From 54a467c7e7b61c1556c29f75760d27831f4969a7 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 22 Feb 2020 15:24:50 +0100 Subject: Make ~make~ to call itself with the `build` rule when none is given --- site/posts/meta/Bootstrap.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site/posts/meta/Bootstrap.org') 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~ -- cgit v1.2.3