mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
|
#CPPFLAGS += -DDEBUG
|
||
|
#CFLAGS += -g
|
||
|
LDLIBS = -lncursesw
|
||
|
BIN = noice
|
||
|
|
||
|
all: $(BIN)
|
||
|
|
||
|
clean:
|
||
|
rm -f $(BIN)
|