mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Framework: clear work directory, 'make license' is greedy
This commit is contained in:
parent
57a98384f1
commit
39b8dd4556
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue