diff options
author | lostd <lostd@2f30.org> | 2014-10-07 06:05:30 +0000 |
---|---|---|
committer | lostd <> | 2014-10-07 06:05:30 +0000 |
commit | 561caf46dbd76221d98b8c3e55b96148794fad3c (patch) | |
tree | 0f949e7553e2a7cd9434a9e622d20422e1f844b7 /Makefile | |
download | nnn-561caf46dbd76221d98b8c3e55b96148794fad3c.tar.gz |
Add the noice file browser
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..922bf96 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +#CPPFLAGS += -DDEBUG +#CFLAGS += -g +LDLIBS = -lncursesw +BIN = noice + +all: $(BIN) + +clean: + rm -f $(BIN) |