summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51a78b3..dbb1619 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ GENSASS :=
default: init-log build
init-log:
- @echo "==========[CLEOPATRA BUILD LOG]==========" > build.log
+ @echo "==============[CLEOPATRA BUILD LOG]==============" \
+ > build.log
.PHONY: init-log default build