summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile8
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 105c2d7..1d07498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ go.sum
/work/*
autogenpb*
testfiles/testfiles
+example/example
diff --git a/Makefile b/Makefile
index 6d054de..9290772 100644
--- a/Makefile
+++ b/Makefile
@@ -29,12 +29,12 @@ auto:
rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
test:
- make -C testfiles full
+ make -C example full
junk:
- cd testfiles; rm -f go.* *.pb.go
- cd testfiles; ../autogenpb --proto auto.proto --package yellow
- cd testfiles; GO111MODULE=off go vet
+ cd example; rm -f go.* *.pb.go
+ cd example; ../autogenpb --proto auto.proto --package yellow
+ cd example; GO111MODULE=off go vet
goimports:
goimports -w *.go