summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 20:05:38 -0600
committerJeff Carr <[email protected]>2025-03-02 20:05:38 -0600
commit59a796c1af89a6c7ddf537c6df46b0e7140e7527 (patch)
tree7877e0362cec31d93bad26f49cd731e5516d704f /Makefile
parent339265e31a013dfe9248d498d4c5188d771ec1ab (diff)
start switch to widgetpb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f83b728..32a9866 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: clean proto goimports vet
+all: proto goimports vet
redo: clean proto goimports vet
@@ -9,8 +9,12 @@ vet:
goimports:
goimports -w *.go
-proto:
+proto: widget.pb.go table.pb.go
+
+widget.pb.go: widget.proto
autogenpb --proto widget.proto
+
+table.pb.go: table.proto
autogenpb --proto table.proto
clean: