aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-11 20:23:46 +0200
committerJakob Unterwurzacher2021-08-11 20:23:46 +0200
commit4e7efb1dfff2e4b2eda7c2ea623ce5c910bd2dd8 (patch)
tree33a63c99198fcbf02c21891280a5a52816295c2d /Makefile
parent2d386fc92e88be5384d1654db5d6e23ef4682354 (diff)
Makefile: don't ever run "git clean -dxff"
"make ci" almost made me lose the new quirks files. Let's not do that anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f76420..a134b0d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,4 @@ ci:
# (we should not need any!)
GOPROXY=off ./build.bash
# Delete "vendor" dir
- git clean -dxff
+ rm -R vendor