tree/Makefile

13 lines
189 B
Makefile

all:
@echo
@echo "Run: make redomod # to remake the go files"
@echo
redomod: goimports
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
goimports:
goimports -w *.go