summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e00d8ed..811ceab 100644
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,7 @@ $(resources): $(OUTDIR)/%: % | $(OUTDIR)
$(pages): $(OUTDIR)/%.html: %.html template.html | $(OUTDIR)
./build.sh $< $@
+$(OUTDIR)/quatuor.html: quatuor.md
+
clean:
-rm -r $(OUTDIR)