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