summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6141989..a486984 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ vet:
goimports:
goimports -w *.go
+# dump autogenerated files and potential patches
clean:
- rm -f *.pb.go
- -rm -f go.*
+ rm -f *.pb.go go.* *.patch
go-mod-clean --purge
#refs.pb.go: refs.proto