]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
buildsys: make job safety
[pve-container.git] / Makefile
index fe75f1cff7e68794e9647d20a4f4e67a3c2969dd..19a040429d6b140f938fab982081c904191929a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
-RELEASE=4.2
-
 VERSION=1.0
 PACKAGE=pve-container
-PKGREL=77
+PKGREL=94
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -17,7 +15,8 @@ dinstall: ${DEB}
        dpkg -i ${DEB}
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        mkdir build
        rsync -a src/ build