smarter Makefile

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-07 01:24:37 -07:00
parent e186bad68d
commit a21064460c
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
events.pb.go: events.proto
protoc --go_out=. events.proto
compile:
protoc --go_out=. *.proto