]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
build: add simulator to deb target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 09:26:00 +0000 (11:26 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 09:26:00 +0000 (11:26 +0200)
Makefile

index 5e39f4b0e3040129adcdf1159c1b42824f78bc2c..6f77a08e3044cc6d1658ac31a916a1fe2debbb92 100644 (file)
--- 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