summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11e9166..bd18c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ goimports:
goimports -w *.go
proto:
- autogenpb --proto widget.proto
+ # autogenpb --proto widget.proto
autogenpb --proto toolkitConfig.proto
clean: