diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 20:52:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 20:52:47 -0600 |
| commit | ad67a6f42da6e712431fa0929ad833c9cd485041 (patch) | |
| tree | 2539470d5afb93f908913755cc09ca2e177842c6 /Makefile | |
| parent | d850ec82c849d9226a9558e46ad4ad226c91a16e (diff) | |
parse for all the structs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,8 +23,9 @@ install: GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -auto.pb.go: auto.proto - ./autogenpb --proto auto.proto --package testfiles +auto: + rm -f auto.pb.go + ./autogenpb --proto auto.proto --package main rm -f auto.sort.pb.go auto.marshal.pb.go test: |
