mirror of
https://github.com/jarun/nnn.git
synced 2024-11-13 06:33:17 +00:00
11 lines
119 B
Makefile
11 lines
119 B
Makefile
#CPPFLAGS += -DDEBUG
|
|
#CFLAGS += -g
|
|
LDLIBS = -lncursesw
|
|
#LDLIBS += -lbsd
|
|
BIN = noice
|
|
|
|
all: $(BIN)
|
|
|
|
clean:
|
|
rm -f $(BIN)
|