helloworld/Makefile

15 lines
157 B
Makefile
Raw Normal View History

2024-01-16 16:37:43 -06:00
all:
go build -v -x
./helloworld
push:
git add --all
git commit -a
git push
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy