summaryrefslogtreecommitdiffstats
path: root/site/posts/meta/Bootstrap.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/posts/meta/Bootstrap.org')
-rw-r--r--site/posts/meta/Bootstrap.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/posts/meta/Bootstrap.org b/site/posts/meta/Bootstrap.org
index 379ad0b..9196c6c 100644
--- a/site/posts/meta/Bootstrap.org
+++ b/site/posts/meta/Bootstrap.org
@@ -122,7 +122,8 @@ For *(2)*, we introduce a ~default~ rule with ~build~ as a
dependency.
#+BEGIN_SRC makefile :tangle Makefile :noweb tangle
-default: build
+default:
+ @make build
#+END_SRC
For *(1)*, we rely on a particular behavior of ~make~ regarding the ~include~