mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-03 09:50:26 +00:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
workshop.html:
|
|
|
|
%.html: %.yml *.md workshop.html
|
|
./markmaker.py < $< > $@ || rm $@
|
|
# open $@
|