diff --git a/Makefile b/Makefile index f85574a..7f25730 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,10 @@ -all: - @echo - @echo "Run: make redomod # to remake the go files" - @echo +all: goimports vet redo: clean proto goimports vet vet: @GO111MODULE=off go vet - @echo this go plugin package builds okay + @echo this go library builds okay redomod: goimports rm -f go.*