diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 16:15:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 22:08:29 -0600 |
| commit | 39e851c76c3154390e7835e995b8aad7638d5e73 (patch) | |
| tree | 97bc2898bdebd6778370ed2f5836c52dd1ef7c6e /Makefile | |
| parent | bac14a675bb0cf284809ff31db98f4a3799fe1f6 (diff) | |
very quiet output now with good debugging options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,5 +44,8 @@ redomod: GO111MODULE= go mod init GO111MODULE= go mod tidy +view: + autogenpb --proto view.proto + view.pb.go: view.proto autogenpb --proto view.proto |
