Skip to content

Commit

Permalink
Framework: clear work directory, 'make license' is greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 13, 2019
1 parent 57a9838 commit 39b8dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mk/plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 39b8dd4

Please sign in to comment.