buildsys: all-debs rule

This commit is contained in:
Wolfgang Bumiller 2017-02-06 15:38:12 +01:00
parent f00afaef55
commit f0d25f0df5

View File

@ -152,6 +152,9 @@ deb:
rm -f ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
make all-debs
.PHONY: all-debs
all-debs: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
.PHONY: clean-build
clean-build:
rm -rf build