Respect and use CPPFLAGS

This commit is contained in:
Axel Wagner
2011-07-19 04:21:36 +02:00
parent 8734337fb5
commit a2a7de5e54
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ doc:
src/%.o: src/%.c ${HEADERS}
echo "CC $<"
$(CC) $(CFLAGS) -c -o $@ $<
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
install: all
echo "INSTALL"