Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
0eb9825c
Commit
0eb9825c
authored
May 10, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(make): add protoc target to top Makefile
Closes #670
parent
6869258c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile
Makefile
+4
-0
developers.md
docs/developers.md
+1
-2
No files found.
Makefile
View file @
0eb9825c
...
...
@@ -52,6 +52,10 @@ test-unit:
test-style
:
@
scripts/validate-go.sh
.PHONY
:
protoc
protoc
:
$(MAKE)
-C
_proto/ all
.PHONY
:
clean
clean
:
@
rm
-rf
$(BINDIR)
...
...
docs/developers.md
View file @
0eb9825c
...
...
@@ -46,8 +46,7 @@ Note that you need to be on protobuf 3.x (`protoc --version`) and use the latest
We use gRPC as an API layer. See
`pkg/proto/hapi`
for the generated Go code,
and
`_proto`
for the protocol buffer definitions.
To regenerate the Go files from the protobuf source,
`cd _proto &&
make`
.
To regenerate the Go files from the protobuf source,
`make protoc`
.
## Docker Images
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment