Debugged connection.
This commit is contained in:
8
Makefile
8
Makefile
@ -1,8 +1,8 @@
|
||||
|
||||
build:
|
||||
@go build -o ./out/annalist.exe main.go
|
||||
#run: build
|
||||
# @./out/annalist.exe
|
||||
docker compose build
|
||||
run: build
|
||||
docker compose up
|
||||
|
||||
#linux:
|
||||
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
|
||||
@ -14,4 +14,4 @@ push:
|
||||
git status
|
||||
git add -A
|
||||
git commit -m "Transfer."
|
||||
git push origin master
|
||||
git push origin master
|
||||
|
Reference in New Issue
Block a user