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 b3fce22..9a32973 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
all: repo.pb.go
- make -C example
+ make -C forgeConfig
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 example goimports
+ make -C forgeConfig goimports
redomod:
rm -f go.*
@@ -27,7 +27,7 @@ redomod:
clean:
rm -f *.pb.go
-rm -f go.*
- make -C example clean
+ make -C forgeConfig clean
repo.pb.go: repo.proto
# I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go