Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
fdcf3f6d
Commit
fdcf3f6d
authored
Oct 22, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(crypto/spipe) use generic Makefile
parent
d3ac9cee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
crypto/spipe/internal/pb/Makefile
crypto/spipe/internal/pb/Makefile
+6
-4
No files found.
crypto/spipe/internal/pb/Makefile
View file @
fdcf3f6d
PB
=
$(
wildcard
*
.proto
)
GO
=
$(PB:.proto=.pb.go)
all
:
spipe.pb.go
all
:
$(GO)
spipe
.pb.go
:
spipe
.proto
protoc
--gogo_out
=
.
--proto_path
=
../../../../../:/usr/local/opt/protobuf/include:.
$<
%
.pb.go
:
%
.proto
protoc
--gogo_out
=
.
--proto_path
=
../../../../../
../
:/usr/local/opt/protobuf/include:.
$<
clean
:
rm
spipe
.pb.go
rm
*
.pb.go
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