From 2c5b5df3c4b93a923f44d2f697606cb59082dd5d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 8 Oct 2019 13:06:54 +0200 Subject: [PATCH] :wrench: Travis markers --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 75e4a86f..ce7a4a0f 100644 --- a/Makefile +++ b/Makefile @@ -86,11 +86,13 @@ CFLAGS += -DGWION_BUILTIN 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 [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:start:compile ${GWION_PACKAGE}"; fi +all: travis_start options-show util/libgwion_util.a ast/libgwion_ast.a libgwion.a src/main.o $(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${_LDFLAGS} ${LIBS} - @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:end:compile ${GWION_PACKAGE}"; fi + @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_end:start:compile ${GWION_PACKAGE}"; fi + +travis_start: + @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:start:compile ${GWION_PACKAGE}"; fi options-show: @$(call _options) -- 2.43.0