aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2014-10-07 06:05:30 +0000
committerlostd <>2014-10-07 06:05:30 +0000
commit561caf46dbd76221d98b8c3e55b96148794fad3c (patch)
tree0f949e7553e2a7cd9434a9e622d20422e1f844b7 /Makefile
downloadnoice-561caf46dbd76221d98b8c3e55b96148794fad3c.tar.gz
Add the noice file browser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
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)
Un proyecto texto-plano.xyz