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