diff options
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 |