Add gccgo target to Makefile

Adds a gccgo target to the Makefile

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
Christopher Jones 2016-01-18 10:33:12 -05:00
parent 82401a4b13
commit 06f48a26f8
1 changed files with 3 additions and 0 deletions

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