From: Jérémie Astor Date: Tue, 15 Jun 2021 15:03:04 +0000 (+0200) Subject: :wrench: Fix build X-Git-Tag: nightly~587 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d6e378da4df063435144b40fe8f93282bc679513;p=gwion.git :wrench: Fix build --- diff --git a/Makefile b/Makefile index ce5a1275..78659b0d 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ CFLAGS += -Wno-pedantic CFLAGS += -DGWION_BUILTIN -all: options-show ${GWLIBS} src/main.o +all: util/include/generated.h options-show ${GWLIBS} src/main.o @$(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${LDFLAGS} ${LIBS} @@ -73,6 +73,9 @@ lto: lib${PRG}.a: ${lib_obj} @${AR} ${AR_OPT} +util/include/generated.h: + @${MAKE} -C util include/generated.h + util/libtermcolor/libtermcolor.a: @+${MAKE} BUILD_ON_WINDOWS=${BUILD_ON_WINDOWS} -s -C util/libtermcolor static