X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1098ae37273547d0b4c7d05c8c6b36db56c25443..2b4e2e839ad6031061ffb0c58b1065a744d5a300:/Makefile diff --git a/Makefile b/Makefile index 98b6d337a..fb843983c 100644 --- a/Makefile +++ b/Makefile @@ -13,13 +13,14 @@ default: startup all all headers library clean veryclean binary program doc manpages debiandoc test update-po startup dirs: $(MAKE) -C apt-pkg $@ $(MAKE) -C apt-inst $@ + $(MAKE) -C apt-private $@ $(MAKE) -C methods $@ $(MAKE) -C cmdline $@ $(MAKE) -C ftparchive $@ $(MAKE) -C dselect $@ $(MAKE) -C doc $@ $(MAKE) -C po $@ - $(MAKE) -C test $@ + $(MAKE) -C test $@ all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs