mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
No need for +=, also favors portability
This commit is contained in:
parent
d5bfdfd916
commit
4d72d592d8
4
Makefile
4
Makefile
|
@ -3,8 +3,8 @@ VERSION = 0.0
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/man
|
MANPREFIX = $(PREFIX)/man
|
||||||
|
|
||||||
#CPPFLAGS += -DDEBUG
|
#CPPFLAGS = -DDEBUG
|
||||||
#CFLAGS += -g
|
#CFLAGS = -g
|
||||||
LDLIBS = -lcurses
|
LDLIBS = -lcurses
|
||||||
|
|
||||||
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
|
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
|
||||||
|
|
Loading…
Reference in a new issue