Makefile updates

This commit is contained in:
anton.gurov
2019-11-05 20:25:46 +03:00
parent 95eccc00e6
commit 88bc36b94c
5 changed files with 11 additions and 395 deletions

2
build-windows.sh Normal file → Executable file
View File

@ -12,4 +12,4 @@
# the build command
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -o alchemyst.exe
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -o ./dist/win64/alchemyst.exe