aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-06-22 23:03:23 +0200
committerlemurianmage <azureazure@disroot.org>2026-06-22 23:03:23 +0200
commit95363147e9f8cf3186531e5f249d3869abc622e6 (patch)
treefbb503e470c6bfdf2828fb4ee9616840942a6b4a /GNUmakefile
parentfb6d875e98a3d1211b4d275b6c012679ac26c446 (diff)
downloadslimegirl.nexus-markdown-rewrite.tar.gz
lowdown for templating nowmarkdown-rewrite
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 $< $@