From: sin Date: Tue, 21 Oct 2014 10:23:37 +0000 (+0100) Subject: And CPPFLAGS X-Git-Tag: v1.0~92^2~215 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4c330409b0c94b7c9ef8ef987f216c93eeca710f;p=nnn.git And CPPFLAGS --- diff --git a/Makefile b/Makefile index 7cc1ee1d..6ef05082 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ config.h: @cp config.def.h $@ noice.o: noice.c queue.h util.h - $(CC) $(CFLAGS) -c noice.c + $(CC) $(CFLAGS) $(CPPFLAGS) -c noice.c strlcpy.o: strlcpy.c util.h $(CC) $(CFLAGS) -c strlcpy.c