1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-02 03:26:33 +00:00
nnn/Makefile

10 lines
102 B
Makefile
Raw Normal View History

2014-10-07 06:05:30 +00:00
#CPPFLAGS += -DDEBUG
#CFLAGS += -g
LDLIBS = -lncursesw
BIN = noice
all: $(BIN)
clean:
rm -f $(BIN)