diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ all: make droplet.pb.go make hypervisor.pb.go make cluster.pb.go - cd configfile && make + make -C configfile vet: GO111MODULE=off go vet @@ -26,6 +26,7 @@ lint: # autofixes your import headers in your golang files goimports: goimports -w *.go + make -C configfile goimports redomod: rm -f go.* @@ -35,7 +36,7 @@ redomod: clean: rm -f *.pb.go -rm -f go.* - cd configfile && make clean + make -C configfile clean droplet.pb.go: droplet.proto # protoc --go_out=. droplet.proto |
