summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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