diff --git a/Makefile b/Makefile index f54e1a7..e17d963 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: all +install: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/tools/Makefile b/tools/Makefile index a964f43..d5f8cab 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -31,7 +31,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) uninstall: