submit-patchset/Makefile

10 lines
81 B
Makefile

all:
go build -v -x
./myrepos
redomod:
rm -f go.*
go mod init
go mod tidy