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