Skip to content

Commit

Permalink
fix typo in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Jan 28, 2020
1 parent 2336254 commit 7b74f53
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 @@ -182,7 +182,7 @@ docker-build-all: $(addprefix docker-build/proxy-agent-,$(ALL_ARCH)) $(addprefix
docker-push-all: $(addprefix docker-push/proxy-agent-,$(ALL_ARCH)) $(addprefix docker-push/proxy-server-,$(ALL_ARCH)) $(addprefix docker-push/proxy-test-client-,$(ALL_ARCH))
$(MAKE) docker-push-manifest/proxy-agent
$(MAKE) docker-push-manifest/proxy-server
$(MAKE) docker-push-manifest/test-client
$(MAKE) docker-push-manifest/proxy-test-client

docker-build/proxy-agent-%:
$(MAKE) ARCH=$* docker-build/proxy-agent
Expand Down

0 comments on commit 7b74f53

Please sign in to comment.