autotypist/Makefile

10 lines
81 B
Makefile
Raw Normal View History

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