summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 15:24:50 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 15:24:50 +0100
commit54a467c7e7b61c1556c29f75760d27831f4969a7 (patch)
treeba0fb8037e12a04e5b22be373855b245f9aedbde /Makefile
parentProvide a generic and reliable way to extends cleopatra (diff)
Make ~make~ to call itself with the `build` rule when none is given
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 297f87e..75a5462 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ EMACS := ROOT="${ROOT}" emacs
GENFILES := scripts/tangle-org.el bootstrap.mk
-default: build
+default:
+ @make build
include bootstrap.mk