]> Pileus Git - ~andy/ct/blob - knot/mkfile
Use dynamic memory, fix CSS for tables
[~andy/ct] / knot / mkfile
1 PROGS=knot
2 CLEAN=html.c *.html
3
4 default:V: hitch.html
5
6 knot: knot.o html.o knot.h 
7
8 %.html: $PROGS %.txt
9         ./$PROGS < $stem.txt > $stem.html
10
11 <../mkcommon