diff options
author | lostd <lostd@2f30.org> | 2014-10-08 15:08:29 +0300 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2014-10-08 15:08:29 +0300 |
commit | b6c43f66a9adeb7e3f19d6cffc9c14abf60dd855 (patch) | |
tree | ef43ead06904e26e8afb22f5259175359cfce0b9 /Makefile | |
parent | 1734a96745f54c4b53a0adef2ca03d9389339314 (diff) | |
download | nnn-b6c43f66a9adeb7e3f19d6cffc9c14abf60dd855.tar.gz |
Change string copies to use strlcpy(3)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #CPPFLAGS += -DDEBUG #CFLAGS += -g LDLIBS = -lncursesw +#LDLIBS += -lbsd BIN = noice all: $(BIN) |