diff options
author | lostd <lostd@2f30.org> | 2014-11-14 18:32:24 +0200 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2014-11-14 18:32:24 +0200 |
commit | 4d72d592d891eea97d1b081991c4922a5361165b (patch) | |
tree | ae3658d6249134741a33a2563338bfa6f955fae0 /Makefile | |
parent | d5bfdfd916ab429959287ca6c7de5dbc89e93414 (diff) | |
download | nnn-4d72d592d891eea97d1b081991c4922a5361165b.tar.gz |
No need for +=, also favors portability
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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\ |