]> Pileus Git - ~andy/ct/blob - knot/mkfile
Memory fixes
[~andy/ct] / knot / mkfile
1 PROGS=knot
2 CLEAN=html.c *.html
3
4 knots=`{ls *.txt}
5 default:V: ${knots:%.txt=%.html}
6
7 knot: knot.o html.o knot.h 
8
9 %.html: $PROGS %.txt
10         ./$PROGS < $stem.txt > $stem.html
11
12 <../mkcommon