2024-07-18 16:34:26 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
@go build -o ./out/annalist.exe main.go
|
|
|
|
#run: build
|
|
|
|
# @./out/annalist.exe
|
|
|
|
|
2024-07-22 15:38:40 +00:00
|
|
|
#linux:
|
|
|
|
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
|
2024-07-18 16:34:26 +00:00
|
|
|
|
|
|
|
# .profile
|
2024-07-22 17:37:02 +00:00
|
|
|
# cgo_enabled 0
|
|
|
|
|
|
|
|
push:
|
|
|
|
git status
|
|
|
|
git add -A
|
|
|
|
git commit -m "Transfer."
|
|
|
|
git push origin master
|