1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #19410 from tophj-ibm/add-gccgo-target-to-makefile

Add gccgo target to Makefile
This commit is contained in:
Jess Frazelle 2016-01-18 09:50:44 -08:00
commit a7652ad276

View file

@ -91,6 +91,9 @@ deb: build
docs:
$(MAKE) -C docs docs
gccgo: build
$(DOCKER_RUN_DOCKER) hack/make.sh gccgo
rpm: build
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm