summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 98d5944..5002ab4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
run: clean build
- ./autogenpb
+ make -C testSort/
vet:
@GO111MODULE=off go vet
@@ -18,8 +18,7 @@ install:
goimports:
goimports -w *.go
- # // to globally reset paths:
- # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" .
+ make -C testSort/ goimports
redomod:
rm -f go.*
@@ -31,5 +30,4 @@ reset:
reset
clean:
- -rm test.sort.pb.go
- -rm autogenpb
+ -rm test.sort.pb.go autogenpb