summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-23 23:24:42 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-23 23:24:42 +0100
commitc9415599cafd67463b6a0a2781ecb47d14fdf976 (patch)
tree635682ffe96526e89a1dd02bb42ba92080f92926 /Makefile
parentb71cacbe6db38833176ec64c54596e928547a6b8 (diff)
downloadquatuorbellefeuille.com-c9415599cafd67463b6a0a2781ecb47d14fdf976.tar.xz
Add first program, plus script to generate them
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e296e2c..d6485f1 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ $(members_pages): $(OUTDIR)/%.html: %.in template.html | $(OUTDIR)
./build-member.sh $< $@
$(OUTDIR)/quatuor.html: quatuor.md
+$(OUTDIR)/programmes.html: $(wildcard programs/*)
clean:
-rm -r $(OUTDIR)