summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-14 23:24:34 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:16:28 +0100
commit213837e448a92bbb438887e0cbfa5c612ef14c13 (patch)
tree43175c7cf1c86c79974499994c66863a2c49b954 /Makefile
parent53e58302b516f02e9baeba9022a72ec24f3a7514 (diff)
downloadquatuorbellefeuille.com-213837e448a92bbb438887e0cbfa5c612ef14c13.tar.xz
Re-implement togglable menus
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e60fba9..e00d8ed 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ $(resources): $(OUTDIR)/%: % | $(OUTDIR)
cp $< $@
# TODO: optional dependency to .sh template parameters.
-$(pages): $(OUTDIR)/%.html: %.html | $(OUTDIR)
+$(pages): $(OUTDIR)/%.html: %.html template.html | $(OUTDIR)
./build.sh $< $@
clean: