summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--site/posts/meta/Bootstrap.org3
2 files changed, 4 insertions, 2 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
diff --git a/site/posts/meta/Bootstrap.org b/site/posts/meta/Bootstrap.org
index 22e4ea4..74436dd 100644
--- a/site/posts/meta/Bootstrap.org
+++ b/site/posts/meta/Bootstrap.org
@@ -145,7 +145,8 @@ dependency.
default: init-log build
init-log:
- @echo "==========[CLEOPATRA BUILD LOG]==========" > build.log
+ @echo "==============[CLEOPATRA BUILD LOG]==============" \
+ > build.log
.PHONY: init-log default build
#+END_SRC