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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3