diff --git a/Makefile b/Makefile index eeb4db4..1d93ce5 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: all +install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/src/Makefile b/src/Makefile index 89a8ef3..25afa47 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(BINDIR) $(INSTALL) -m 0755 -- framer $(DESTDIR)$(BINDIR)/framer