Skip to content

Commit

Permalink
Actually fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Dec 12, 2016
1 parent eb41e9d commit 3bc40df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ clean:
examples:
@$(call label,Installing thriftrw and YARPC plugins)
@echo
$(ECHO_V)test -d vendor || $(MAKE) libdeps
$(ECHO_V)which thriftrw >/dev/null || go install ./vendor/go.uber.org/thriftrw
$(ECHO_V)which thriftrw-plugin-yarpc >/dev/null || go install ./vendor/go.uber.org/yarpc/encoding/thrift/thriftrw-plugin-yarpc
@$(call label,Generating example RPC bindings)
@echo
$(MAKE) -C examples/keyvalue kv/types.go ECHO_V=$(ECHO_V)
$(ECHO_)$(MAKE) -C examples/keyvalue kv/types.go ECHO_V=$(ECHO_V)

0 comments on commit 3bc40df

Please sign in to comment.