summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 16:30:42 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 16:30:42 +0100
commit719d17707b251721d0ac6a9b0929ca0012bd143a (patch)
treed9fb7666f4e6bfe18fb11e0a2d1484ff3d477d9a /Makefile
parentRemove useless dependencies in the `build' rule of cleopatra (diff)
Increase the width of the log file header generated by cleopatra
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