diff --git a/src/win/Makefile b/src/win/Makefile new file mode 100644 index 0000000..3b6dab7 --- /dev/null +++ b/src/win/Makefile @@ -0,0 +1,4 @@ + + +windows: + go build -v -ldflags -H=windowsgui -o croc.exe \ No newline at end of file