aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b56bf39..449c6f6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,10 +13,6 @@ out/%.html: src/%.md template.html template.pl
@mkdir -p $(dir $@)
./template.pl $< > $@
-out/%: src/%
- @mkdir -p $(dir $@)
- cp $< $@
-
out/%: static/%
@mkdir -p $(dir $@)
cp $< $@