MD=markdown articles=20211011-browsing-gems.html 20210919-raspberry-pi-white-noise-machine.html 20210911-openbsd-simple-git-server.html static=about.html site : index $(articles) $(static) index : cat template/header.html > output/index.html echo '
' >> output/index.html cat template/index.html >> output/index.html echo '' >> output/index.html cat template/footer.html >> output/index.html # compile each article %.html : %.md cat template/header.html > tmp.html echo '