From a3fe0ccfab15d74e77cc463bca3fdb9b7fa537b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 13:37:39 +0100 Subject: [PATCH] buildsys: make job safety --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bab259..19a0404 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ dinstall: ${DEB} dpkg -i ${DEB} .PHONY: deb -deb ${DEB}: +deb: ${DEB} +${DEB}: rm -rf build mkdir build rsync -a src/ build -- 2.39.2