Initial version

This commit is contained in:
2024-02-03 15:10:40 -04:00
parent ce2f62dc4b
commit 4ca75c0978
4 changed files with 245 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
# Export CGO_ENABLED=1
CGO_ENABLED=1
# Export C compiler
CC=gcc
build:
go build -ldflags "-H windowsgui" -o bin/