And CPPFLAGS

This commit is contained in:
sin 2014-10-21 11:23:37 +01:00
parent e776ebe36c
commit 4c330409b0
1 changed files with 1 additions and 1 deletions

View File

@ -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