From 7adafdcf74f57254991b07f0fef62d9e36a6a1bc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 4 Jun 2021 10:28:06 +0200 Subject: git-ignore and distclean file site.mk --- .gitignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3