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:
9
Makefile.windows
Normal file
9
Makefile.windows
Normal file
@@ -0,0 +1,9 @@
|
||||
#Windows specific settings.
|
||||
WHALE = "+"
|
||||
ONI = "-"
|
||||
FIX_PATH = $(subst /,\,$1)
|
||||
|
||||
BINARY_SUFFIX=".exe"
|
||||
|
||||
# supports go test -race
|
||||
TESTFLAGS_RACE= -race
|
||||
Reference in New Issue
Block a user