summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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