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)