summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 20:52:47 -0600
committerJeff Carr <[email protected]>2025-01-08 20:52:47 -0600
commitad67a6f42da6e712431fa0929ad833c9cd485041 (patch)
tree2539470d5afb93f908913755cc09ca2e177842c6 /Makefile
parentd850ec82c849d9226a9558e46ad4ad226c91a16e (diff)
parse for all the structs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ddec1f..84c2924 100644
--- a/Makefile
+++ b/Makefile
@@ -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: