diff --git a/Makefile b/Makefile index c389f0e..c6129a1 100644 --- 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