readme additions and vendor updates

This commit is contained in:
Ian Norden
2019-12-02 13:24:46 -06:00
parent 6434a7279d
commit bc59aa4ed6
1113 changed files with 246218 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# General tools
SHELL=PATH='$(PATH)' /bin/sh
PROTOC = protoc --gogofaster_out=. --proto_path=.:$(GOPATH)/src:$(dir $@) $<
# enable second expansion
.SECONDEXPANSION:
include Rules.mk