From: Hraban Luyat Date: Sun, 22 Feb 2015 10:11:12 +0000 (+0000) Subject: -o parameter to go build makes no sense here X-Git-Tag: v2.0.0~122 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5468e1bc4848bbea3c32add3257ae857d19e6d1f;p=go-opus.git -o parameter to go build makes no sense here --- diff --git a/Makefile b/Makefile index 62fc862..29f7e2c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BUILDDIR := libopusbuild default: libopus build: - go build -o opus + go build test: go test