aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-26 16:40:25 +0200
committerJonas Smedegaard <dr@jones.dk>2024-05-26 16:40:25 +0200
commit9cc02391485c212fdcaad2103043ff329d070bf7 (patch)
tree9afac80c5c6198465d17f81672e745c588ab91d0 /Makefile
parente0b19d23e8117eeff021f63c61a362684493a3f3 (diff)
fix avoid target distclean removing site config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a972def..498a15d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,6 @@ clean:
distclean: clean
rm -rf source
- rm -f site.mk
+# rm -f site.mk
.PHONY: all doc check clean distclean