From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 10:52:54 +0000 (+0100) Subject: buildsys: make job safety X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=567c9e27736f52f1682a62d61250addafaf9fc8f buildsys: make job safety --- diff --git a/Makefile b/Makefile index a8ff403..f309eb3 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ dinstall: deb .PHONY: deb -deb ${DEB}: check +deb: ${DEB} +${DEB}: check rm -rf build rsync -a src/ build rsync -a debian/ build/debian