]> Sergey Matveev's repositories - go-opus.git/commitdiff
-o parameter to go build makes no sense here
authorHraban Luyat <hraban@0brg.net>
Sun, 22 Feb 2015 10:11:12 +0000 (10:11 +0000)
committerHraban Luyat <hraban@0brg.net>
Sun, 22 Feb 2015 10:11:12 +0000 (10:11 +0000)
Makefile

index 62fc8626788a11a2b70d5ade696f42ae8b2dbd86..29f7e2ce088f6c4d3eb23c9f4aaadfed6d431ada 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ BUILDDIR := libopusbuild
 default: libopus
 
 build:
-       go build -o opus
+       go build
 
 test:
        go test