Move binary target to binary-cross

use binary target only for building for current platform
This commit is contained in:
Tomas Kral
2016-08-11 11:00:07 +02:00
parent 1b501619b7
commit 3dd7689364
3 changed files with 37 additions and 19 deletions
+6
View File
@@ -16,3 +16,9 @@ all:
binary:
CGO_ENABLED=0 ./script/make.sh binary
binary-cross:
CGO_ENABLED=0 ./script/make.sh binary-cross
clean:
./script/make.sh clean