diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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.* |
