Breaking Makefile into platform specific files

Fixed #1270

Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
Kunal Kushwaha
2017-08-17 16:13:35 +09:00
parent 89da512692
commit 1c989588c0
7 changed files with 54 additions and 22 deletions

9
Makefile.windows Normal file
View File

@@ -0,0 +1,9 @@
#Windows specific settings.
WHALE = "+"
ONI = "-"
FIX_PATH = $(subst /,\,$1)
BINARY_SUFFIX=".exe"
# supports go test -race
TESTFLAGS_RACE= -race