autotypist/Makefile

12 lines
164 B
Makefile
Raw Normal View History

all:
2024-01-09 15:31:11 -06:00
echo "build it!"
go build -v -x
./myrepos
# ./myrepos >/tmp/myrepos.stderr 2>&1
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy