xv6/web/Makefile

4 lines
68 B
Makefile
Raw Normal View History

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