From 22c1bf565506e6e41b9a11751c39b90f0fb3115c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 28 Jun 2016 15:11:00 +0200 Subject: [PATCH] buildsys: add phony deb target, make ${DEBS} non-phony --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad6168e..0586cf4 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,9 @@ cpgtest: cpgtest.c dinstall: ${DEB} dpkg -i ${DEB} -.PHONY: ${DEB} ${DBG_DEB} -${DEB} ${DBG_DEB}: +.PHONY: deb +deb ${DEB} ${DBG_DEB}: + rm -f *.deb rm -rf build rsync -a --exclude .svn data/ build cp -a debian build/debian -- 2.39.2