Framework: clear work directory, 'make license' is greedy

This commit is contained in:
Franco Fichtner 2019-01-13 16:55:05 +01:00
parent 57a98384f1
commit 39b8dd4556

View file

@ -259,6 +259,7 @@ clean: check
git checkout -f ${.CURDIR}/src && \
git clean -xdqf ${.CURDIR}/src; \
fi
@rm -rf ${.CURDIR}/work
lint-desc: check
@if [ ! -f ${.CURDIR}/${PLUGIN_DESC} ]; then \