]> git.proxmox.com Git - pve-jslint.git/commitdiff
buildsys: job safety
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:31:02 +0000 (14:31 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:31:02 +0000 (14:31 +0100)
Makefile

index c389f0e8bd949873479eebd16c3e71dda6746cc7..c6129a1e6131a7c7185776dbe6d374bf23d19a5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,9 @@ all: ${DEB}
 dinstall: ${DEB}
        dpkg -i ${DEB}
 
-.PHONY: ${DEB}
-${DEB} deb:
+.PHONY: deb
+deb: ${DEB}
+${DEB}:
        make clean
        rm -rf dest
        mkdir dest