4 lines
66 B
Makefile
4 lines
66 B
Makefile
|
index.html: index.txt mkhtml
|
||
|
mkhtml index.txt >_$@ && mv _$@ $@
|
||
|
|