From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 14:38:12 +0000 (+0100) Subject: buildsys: all-debs rule X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=f0d25f0df57969e7f0d1561e7c8a88185245ca6b buildsys: all-debs rule --- diff --git a/Makefile b/Makefile index 5494078..68910f4 100644 --- a/Makefile +++ b/Makefile @@ -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