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