]> Pileus Git - ~andy/ct/blobdiff - knot/mkfile
Convert to plain old make
[~andy/ct] / knot / mkfile
diff --git a/knot/mkfile b/knot/mkfile
deleted file mode 100644 (file)
index dc787dd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-PROGS=knot
-CLEAN=html.c *.html
-
-knots=`{ls *.txt}
-default:V: ${knots:%.txt=%.html}
-
-knot: knot.o html.o knot.h 
-
-%.html: $PROGS %.txt
-       ./$PROGS < $stem.txt > $stem.html
-
-<../mkcommon