logsettings/Makefile

12 lines
159 B
Makefile
Raw Normal View History

all:
@echo
@echo Run: make redomod
@echo
@# ./myrepos >/tmp/myrepos.stderr 2>&1
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy