From 87b7bc17b313c04806981408943923d8e66f960a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 24 Oct 2024 16:57:50 -0500 Subject: seperate config files for droplets, hypervisors & events Signed-off-by: Jeff Carr --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc490a4..9f4d4ce 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: droplet.pb.go hypervisor.pb.go cluster.pb.go events.pb.go - make -C configfile + make -C example vet: lint GO111MODULE=off go vet @@ -17,7 +17,7 @@ lint: # autofixes your import headers in your golang files goimports: goimports -w *.go - make -C configfile goimports + make -C example goimports redomod: rm -f go.* @@ -27,7 +27,7 @@ redomod: clean: rm -f *.pb.go -rm -f go.* - make -C configfile clean + make -C example clean droplet.pb.go: droplet.proto # protoc --go_out=. droplet.proto -- cgit v1.2.3