From e2373eca805c6ba6753413edffde6765d662cf10 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 16 Nov 2014 22:00:07 -0500 Subject: Makefile: build/compile became build/workdir a loooong time ago. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88a9603..5fd9bdf 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ build/workdir/%: $(TOUCH) '$@' # Loop over our source configuration and set up the dependencies -# beteen `build/compile` and `build/extract`. +# between `build/workdir/` and `build/extract/`. $(foreach package,$(packages),$(eval \ build/workdir/$(package): \ build/extract/$(call name2,file,$(package)) \ @@ -225,7 +225,7 @@ build/packages/%: $(MAKEFILE_LIST) # boilerplate ################################################################## clean: PHONY - $(RM) -r build/compile build/packages + $(RM) -r build/workdir build/packages distclean: PHONY $(RM) -r .tokens build .tokens/%: -- cgit v1.2.2