markdown: add a makefile
authorJean Privat <jean@pryen.org>
Mon, 17 Aug 2015 19:33:18 +0000 (15:33 -0400)
committerJean Privat <jean@pryen.org>
Mon, 17 Aug 2015 19:58:47 +0000 (15:58 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/markdown/Makefile [new file with mode: 0644]

diff --git a/lib/markdown/Makefile b/lib/markdown/Makefile
new file mode 100644 (file)
index 0000000..24ea4bb
--- /dev/null
@@ -0,0 +1,6 @@
+NITC=../../bin/nitc
+
+all: nitmd
+
+nitmd: nitmd.nit
+       ${NITC} $<