noice

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

commit 4d72d592d891eea97d1b081991c4922a5361165b
parent d5bfdfd916ab429959287ca6c7de5dbc89e93414
Author: lostd <lostd@2f30.org>
Date:   Fri, 14 Nov 2014 18:32:24 +0200

No need for +=, also favors portability

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,8 +3,8 @@ VERSION = 0.0 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -#CPPFLAGS += -DDEBUG -#CFLAGS += -g +#CPPFLAGS = -DDEBUG +#CFLAGS = -g LDLIBS = -lcurses DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\