Makefile: don't ever run "git clean -dxff"

"make ci" almost made me lose the new quirks files.
Let's not do that anymore.
This commit is contained in:
Jakob Unterwurzacher 2021-08-11 20:23:46 +02:00
parent 2d386fc92e
commit 4e7efb1dff
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ ci:
# (we should not need any!)
GOPROXY=off ./build.bash
# Delete "vendor" dir
git clean -dxff
rm -R vendor