diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-30 19:31:38 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-30 19:38:00 +0100 |
| commit | cc43a7ebbe44a1e9646a8975733741591d7ee19c (patch) | |
| tree | d157eaec333cfc14e6c3a4d569d1bdea5cd8e171 /Makefile | |
| parent | d45eee2892c7c579bbf1adf292ef90b9aade9b06 (diff) | |
| download | quatuorbellefeuille.com-cc43a7ebbe44a1e9646a8975733741591d7ee19c.tar.xz | |
Fixup Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -pages_src = $(wildcard *.html) +pages_src = $(filter-out template.html,$(wildcard *.html)) pages = $(foreach p,$(pages_src),public/$(p)) sheets = $(wildcard *.css) @@ -24,4 +24,4 @@ $(pages): public/%.html: %.html | public ./build.sh $< $@ clean: - rm -r public + -rm -r public |
