5 lines
105 B
Makefile
5 lines
105 B
Makefile
build:
|
|
rm ../out/index.html
|
|
cat head.html >> ../out/index.html
|
|
markdown index.md >> ../out/index.html
|