diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2010-04-14 18:27:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:20 -0600 |
commit | 662ea51a86049853c0a8e279e5b515b80d5123d8 (patch) | |
tree | 6a852f4f0ef50196d1b6659f5863872b1662357e /Makefile | |
parent | 9a027edc9ab8cd71fba33b322845fce5451b9ea3 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |