diff options
author | sin <sin@2f30.org> | 2014-10-21 11:23:37 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-21 11:23:37 +0100 |
commit | 4c330409b0c94b7c9ef8ef987f216c93eeca710f (patch) | |
tree | 34c532ec1be3963f6001515a3de4b43c050ebe11 /Makefile | |
parent | e776ebe36ce5b7fa7c7ec945af5a884ea4259dd2 (diff) | |
download | nnn-4c330409b0c94b7c9ef8ef987f216c93eeca710f.tar.gz |
And CPPFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |