Skip to content

Commit

Permalink
build your dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Feb 9, 2024
1 parent d3024d4 commit 03a8b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ generate-gentool: DOCKER_RUNNER := docker run --rm
generate-gentool: DOCKER_RUNNER += -v $(SRCROOT_ON_HOST):$(SRCROOT_IN_CONTAINER)
generate-gentool: DOCKER_GENERATOR := infoblox/atlas-gentool:dev-gengorm
generate-gentool: GENERATOR := $(DOCKER_RUNNER) $(DOCKER_GENERATOR)
generate-gentool: #gentool
generate-gentool: gentool
$(DOCKER_RUNNER) \
$(GENTOOL_IMAGE) \
--go_out="plugins=grpc:$(DOCKERPATH)" \
Expand Down

0 comments on commit 03a8b9b

Please sign in to comment.