From e4bce23e8ce0b91edcb32780f0914f7cad909be5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 15:23:34 +0100 Subject: [PATCH] buildsys: make job safety --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 457521a..e4807f2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ JQSRC=jquery-${JQVER}.min.js all: .PHONY: deb -deb ${DEB}: +deb: ${DEB} +${DEB}: rm -rf build rsync -a * build cd build; dpkg-buildpackage -b -us -uc