From: Fabian Grünbichler Date: Fri, 13 Oct 2017 09:26:00 +0000 (+0200) Subject: build: add simulator to deb target X-Git-Url: https://git.proxmox.com/?p=pve-ha-manager.git;a=commitdiff_plain;h=5ff407da2fa720f07f8d4e82116deb1214a507a2 build: add simulator to deb target --- diff --git a/Makefile b/Makefile index 5e39f4b..6f77a08 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb SIMDEB=${SIMPACKAGE}_${VERSION}-${PKGREL}_all.deb -all: ${DEB} ${SIMDEB} +all: deb .PHONY: dinstall simdeb dinstall: $(DEB) $(SIMDEB) @@ -31,7 +31,7 @@ ${SIMDEB}: lintian ${SIMDEB} .PHONY: deb -deb: ${DEB} +deb: ${DEB} ${SIMDEB} ${DEB}: rm -rf build mkdir build