summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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