Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ generate-rpcwrappers:
cd $(GENRPCWRAPPERS_DIR); go run . -service frontend -license_file ../../../LICENSE
cp $(GENRPCWRAPPERS_DIR)/lazy_client_gen.go client/frontend/lazy_client_gen.go

rm -rf $(GENRPCWRAPPERS_DIR)/*_gen.go
cd $(GENRPCWRAPPERS_DIR); go run . -service operator -license_file ../../../LICENSE
cp $(GENRPCWRAPPERS_DIR)/lazy_client_gen.go client/operator/lazy_client_gen.go

rm -rf ./cmd/tools/genrpcwrappers/*_gen.go
cd $(GENRPCWRAPPERS_DIR); go run . -service admin -license_file ../../../LICENSE
cp ./cmd/tools/genrpcwrappers/lazy_client_gen.go client/admin/lazy_client_gen.go
Expand Down
Loading
Loading