This commit is contained in:
Andrey Egorov
2024-07-18 19:34:26 +03:00
commit c8f30c0caf
9 changed files with 401 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
build:
@go build -o ./out/annalist.exe main.go
#run: build
# @./out/annalist.exe
linux:
@$Env:GOOS="linux" $Env:GOARCH="arm" $Env:GOARM=5
# .profile
# cgo_enabled 0