xv6-cs450/web/Makefile

4 lines
68 B
Makefile
Raw Normal View History

2008-09-03 06:50:04 +02:00
index.html: index.txt mkhtml
./mkhtml index.txt >_$@ && mv _$@ $@
2008-09-03 06:50:04 +02:00