summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-14 18:27:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commit662ea51a86049853c0a8e279e5b515b80d5123d8 (patch)
tree6a852f4f0ef50196d1b6659f5863872b1662357e /Makefile
parent9a027edc9ab8cd71fba33b322845fce5451b9ea3 (diff)
I'm commiting these partial changes in case I ever need to come back to it.
See, I just had a brain-gasm on how I can make the module system better.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8483002..f5af1b6 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ Makefiles-% : %-build complete-%
$(MAKE) -C $< Makefiles
build-% : %-build %-build/Makefile; $(MAKE) -C $<
+dist-% : %-build %-build/Makefile; $(MAKE) -C $< dist
install-% : %-build %-build/Makefile; $(MAKE) -C $< install
uninstall-% : %-build %-build/Makefile; $(MAKE) -C $< uninstall
clean-% : %-build %-build/Makefile; $(MAKE) -C $< clean