From d6e378da4df063435144b40fe8f93282bc679513 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 15 Jun 2021 17:03:04 +0200 Subject: [PATCH] :wrench: Fix build --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0