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