summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-16 22:00:07 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-16 22:00:07 -0500
commite2373eca805c6ba6753413edffde6765d662cf10 (patch)
treea91f488e7260232ed059f354927ff0254201c705 /Makefile
parent90c9e3ebb1871d18d516637fb4d0a2d5e3901665 (diff)
Makefile: build/compile became build/workdir a loooong time ago.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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/%: