]> Pileus Git - ~andy/ct/blobdiff - knot/mkfile
Add knot
[~andy/ct] / knot / mkfile
diff --git a/knot/mkfile b/knot/mkfile
new file mode 100644 (file)
index 0000000..f38e2c9
--- /dev/null
@@ -0,0 +1,10 @@
+PROGS=knot
+CLEAN=html.c *.html
+
+default:V: hitch.html
+knot: knot.o html.o knot.h 
+
+%.html: $PROGS %.txt
+       ./$PROGS < $stem.txt > $stem.html
+
+<../mkcommon