1 2 3 4 5 6 7
HTML = $(patsubst %.md,%.html,$(shell find -name '*.md')) all: $(HTML) %.html: %.md process.py template.html python process.py $< $@