sort output

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-26 04:33:23 +08:00
parent cc6ce9baa7
commit 9960f402bc
10 changed files with 251 additions and 204 deletions
+7
View File
@@ -0,0 +1,7 @@
LinuxOS=CGO_ENABLED=0 GOOS=linux GOARCH=amd64
MacOS=CGO_ENABLED=0 GOOS=darwin GOARCH=amd64
Windows=CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ GOOS=windows GOARCH=amd64
DATE=$(shell date +'%Y-%m-%d %H:%M:%S')
win:
$(Windows) go build -o /Users/finkployd/Desktop/hack.exe main.go