buildsys: make job safety

This commit is contained in:
Wolfgang Bumiller 2017-02-07 15:23:34 +01:00
parent 863ecf89c8
commit e4bce23e8c

View File

@ -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