1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-26 00:04:11 +00:00
nnn/Makefile
2014-10-08 15:08:29 +03:00

10 lines
119 B
Makefile

#CPPFLAGS += -DDEBUG
#CFLAGS += -g
LDLIBS = -lncursesw
#LDLIBS += -lbsd
BIN = noice
all: $(BIN)
clean:
rm -f $(BIN)