From e2198faa24d08282f87de01e009e2d6b9b80948c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 8 Oct 2019 17:30:06 -0700 Subject: [PATCH] add go get ot makefile --- src/win/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/Makefile b/src/win/Makefile index 3b6dab7e..54f539fa 100644 --- a/src/win/Makefile +++ b/src/win/Makefile @@ -1,4 +1,5 @@ windows: + go get github.com/schollz/croc/v6@win go build -v -ldflags -H=windowsgui -o croc.exe \ No newline at end of file