From 93a0d7eee2642463a57d35b700c1a775f4e8911c Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Fri, 31 Mar 2017 18:13:50 -0400 Subject: [PATCH] support clean targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 735c728f..bd6bb7b3 100644 --- a/Makefile +++ b/Makefile @@ -404,7 +404,7 @@ HEADS_MAKE := $(build)/$(make_dir)/make # Once we have a proper Make, we can just pass arguments into it all: $(HEADS_MAKE) LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@ -%.intermediate: $(HEADS_MAKE) +%.clean %.intermediate: $(HEADS_MAKE) LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@ # How to download and build the correct version of make