summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 16:15:41 -0600
committerJeff Carr <[email protected]>2025-01-31 22:08:29 -0600
commit39e851c76c3154390e7835e995b8aad7638d5e73 (patch)
tree97bc2898bdebd6778370ed2f5836c52dd1ef7c6e /Makefile
parentbac14a675bb0cf284809ff31db98f4a3799fe1f6 (diff)
very quiet output now with good debugging options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf73fc0..853c4ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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