From d6f4393542998276250bd3f3519bb824ca4b3d91 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 7 May 2016 17:22:42 +0200 Subject: Some small improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8bff8c..6c03b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -include config.mk +CONFIG = config.mk +include $(CONFIG) HDR_SEMIPUBLIC =\ zahl/inlines.h\ @@ -121,7 +122,7 @@ CFLAGS_WITHOUT_O = $$(printf '%s\n' $(CFLAGS) | sed '/^-O.*$$/d') all: libzahl.a $(DOC) -.o: .c $(HDR) config.mk +.o: .c $(HDR) $(CONFIG) $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< libzahl.a: $(OBJ) -- cgit v1.2.3-70-g09d2