noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 4c330409b0c94b7c9ef8ef987f216c93eeca710f
parent e776ebe36ce5b7fa7c7ec945af5a884ea4259dd2
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 11:23:37 +0100

And CPPFLAGS

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -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