summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-17 17:04:53 -0500
committerJeff Carr <[email protected]>2025-09-17 17:04:53 -0500
commit06bb79b50412ccfd0421cf2c0c6cfe1a0a2d3f5e (patch)
tree3a5522c49748648e9ae6547a62e4cb2421f4abc0 /Makefile
parent9f067d592ac6e3190206c6e7232ce95a04e7c25a (diff)
use an auto complete PB
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4255c53..3c6bbb6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# git remote add github [email protected]:wit-go/gui-debugger.git
-all: goimports vet
+all: auto.pb.go goimports vet
@echo common init code for common packages
goimports:
@@ -8,3 +8,11 @@ goimports:
vet:
@GO111MODULE=off go vet
+
+clean:
+ rm -f *.pb.go *.patch
+ -rm -f go.*
+ go-mod-clean purge
+
+auto.pb.go: auto.proto
+ autogenpb --proto auto.proto