aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba27d5c..ef63da6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
docs/
site/
source/
+site.mk
diff --git a/Makefile b/Makefile
index 7438af3..b20b315 100644
--- a/Makefile
+++ b/Makefile
@@ -55,5 +55,6 @@ clean:
distclean: clean
rm -rf source
+ rm -f site.mk
.PHONY: all doc check clean distclean