From 421d796e9b462939de9e9e116e09e9384a8ba5bc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 22 Jun 2020 10:49:34 +0100 Subject: split tools and utils --- Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1af792ade..618374581 100644 --- a/Makefile +++ b/Makefile @@ -637,6 +637,12 @@ POSTEXES := include frontends/Makefile +# ---------------------------------------------------------------------------- +# Build tools setup +# ---------------------------------------------------------------------------- + +include tools/Makefile + # ---------------------------------------------------------------------------- # General source file setup # ---------------------------------------------------------------------------- @@ -743,10 +749,6 @@ clean-target: $(Q)$(RM) $(EXETARGET) CLEANS += clean-target -clean-testament: - $(VQ)echo " CLEAN: testament.h" - $(Q)$(RM) $(OBJROOT)/testament.h -CLEANS += clean-testament clean-builddir: $(VQ)echo " CLEAN: $(OBJROOT)" @@ -754,10 +756,7 @@ clean-builddir: CLEANS += clean-builddir -.PHONY: all-program testament - -testament $(OBJROOT)/testament.h: - $(Q)$(PERL) utils/git-testament.pl $(CURDIR) $(OBJROOT)/testament.h +.PHONY: all-program all-program: $(EXETARGET) $(POSTEXES) -- cgit v1.2.3