1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-21 09:57:55 +03:00

And CPPFLAGS

This commit is contained in:
sin 2014-10-21 11:23:37 +01:00
parent e776ebe36c
commit 4c330409b0

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