diff --git a/Makefile b/Makefile deleted file mode 100644 index eb3e247..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ - -build: - docker compose build -run: build - docker compose up - -#linux: -# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5 - -# .profile -# cgo_enabled 0 - -push: - git status - git add -A - git commit -m "Transfer." - git push origin master