From 0339f0fe23c7bacdb2ef7e61fdf08bcf166e92b4 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 11 Feb 2016 12:46:09 +0300 Subject: [PATCH] Allow additional options for goxc [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf87cdb2..f6eceecf 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,6 @@ goxc: cp man/aptly.1 root/usr/share/man/man1 (cd root/etc/bash_completion.d && wget https://raw.github.com/aptly-dev/aptly-bash-completion/master/aptly) gzip root/usr/share/man/man1/aptly.1 - gom exec goxc -pv=$(VERSION) -max-processors=4 + gom exec goxc -pv=$(VERSION) -max-processors=4 $(GOXC_OPTS) .PHONY: coverage.out