From 0990b4df19b1e8c42c8a1c22fc77fb9e836b379c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 26 Jan 2021 22:45:18 +0100 Subject: Convert bio to markdown To make it easier to edit. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3