diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 20:05:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 20:05:38 -0600 |
| commit | 59a796c1af89a6c7ddf537c6df46b0e7140e7527 (patch) | |
| tree | 7877e0362cec31d93bad26f49cd731e5516d704f /Makefile | |
| parent | 339265e31a013dfe9248d498d4c5188d771ec1ab (diff) | |
start switch to widgetpb
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: |
