Files
container.training/docs/Makefile
2017-10-12 09:53:14 +02:00

6 lines
95 B
Makefile

workshop.html:
%.html: %.yml *.md workshop.html
./markmaker.py < $< > $@ || rm $@
# open $@