summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 16:27:39 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 16:28:39 +0100
commitf6bec1183c2ecaf58fc4e0ea291b55000692e23c (patch)
tree88b3ae64703a42359e607a3f331a9e9de1da1e69 /Makefile
parentUse `tangle-org.el' during bootstrap (diff)
Integrate `update-gitignore.sh' inside cleopatra
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f3b148..51a78b3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,12 @@ init-log:
.PHONY: init-log default build
-GENFILES += bootstrap.mk
+GENFILES += bootstrap.mk scripts/update-gitignore.sh
GENSASS +=
include bootstrap.mk
-bootstrap.mk \
+bootstrap.mk scripts/update-gitignore.sh \
&: ${CLEODIR}/Bootstrap.org
@echo " tangle $<"
@${EMACS} $< ${TANGLE}