demo-1/Makefile

4 lines
88 B
Makefile
Raw Normal View History

2023-04-26 09:13:47 +00:00
release:
go mod tidy
GOOS=linux go build -o demo1 .
scp demo1 ubuntu@192.168.0.214:~/