diff options
| author | Jeff Carr <[email protected]> | 2025-09-17 17:04:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-17 17:04:53 -0500 |
| commit | 06bb79b50412ccfd0421cf2c0c6cfe1a0a2d3f5e (patch) | |
| tree | 3a5522c49748648e9ae6547a62e4cb2421f4abc0 /Makefile | |
| parent | 9f067d592ac6e3190206c6e7232ce95a04e7c25a (diff) | |
use an auto complete PB
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
