sim-modem/Makefile
2024-07-23 17:26:24 +03:00

18 lines
233 B
Makefile

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