summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-24 17:59:15 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-24 17:59:41 +0100
commit1ea740e71a2ade9966cac85f90f139339e624045 (patch)
tree8416e7faef3e91a2889e7e76b3cc92c1d2fae1bd /Makefile
parentRework users instructions for the equation plugin (diff)
More tweaking of too long code lines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index faac402..593e062 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,7 @@ TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" \
default: init-log build
init-log:
- @echo "===========[CLEOPATRA BUILD LOG]===========" \
- > build.log
+ @rm -f build.log
.PHONY: init-log default build