From 2e5250de5a2525ccb1e0f417096bd6e9ef2fe285 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 8 Oct 2019 12:54:20 +0200 Subject: [PATCH] :wrench: Travis markers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0cbbcde..e251735e 100644 --- a/Makefile +++ b/Makefile @@ -80,10 +80,10 @@ GWLIBS = libgwion.a ast/libgwion_ast.a util/libgwion_util.a _LDFLAGS = ${GWLIBS} ${LDFLAGS} all: options-show util/libgwion_util.a ast/libgwion_ast.a libgwion.a src/main.o - @$(if ${TRAVIS}, echo "travis_fold:start:compile ${GWION_PACKAGE}") + @$(if $(strip ${TRAVIS}), echo "travis_fold:start:compile ${GWION_PACKAGE}") $(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${_LDFLAGS} ${LIBS} - @$(if ${TRAVIS}, echo "travis_fold:end:compile ${GWION_PACKAGE}") + @$(if $(strip ${TRAVIS}), echo "travis_fold:end:compile ${GWION_PACKAGE}") options-show: @$(call _options) -- 2.43.0