Makefile | 2 +- diff --git a/Makefile b/Makefile index 7cc1ee1d80e42015e236961888bca0fd20d12012..6ef05082042fa075e0991cfed2a9b1a7a40938a3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ @echo copying config.def.h to $@ @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