HTML = test.html all: $(HTML) clean: rm $(HTML) %.html: %.s template.t gen.pl perl gen.pl $<
I don't think make was ever designed to build websites, but it's pretty good at it, actually…
HTML = test.html all: $(HTML) clean: rm $(HTML) %.html: %.s template.t gen.pl perl gen.pl $<