]> git.plutz.net Git - vhs_kurs/blobdiff - Makefile
build automation
[vhs_kurs] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..44f5fbf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+CLICKSLIDE = clickslide/clickslide.sh
+
+default: $(addsuffix .html, $(basename $(wildcard *.short)))
+
+%.html: %.short
+       ${CLICKSLIDE} < $< > $@