]> git.plutz.net Git - vhs_kurs/blob - Makefile
Merge commit '2c91cc63d0e28a4f202ee2db9a8d769e63d54f7f'
[vhs_kurs] / Makefile
1 CLICKSLIDE = clickslide/clickslide.sh
2
3 default: $(addsuffix .html, $(basename $(wildcard *.short)))
4
5 %.html: %.short
6         ${CLICKSLIDE} < $< > $@