summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 08:54:49 -0600
committerJeff Carr <[email protected]>2024-11-29 08:54:49 -0600
commitf145e6e74eff9e529623468840084583fe6800c8 (patch)
tree68e82d3b2e0f307fd39333ef97cb073804da70da /Makefile
parent74498c8fcd8beef16dc61c936c46cd2374e56ece (diff)
god damnit
Signed-off-by: Jeff Carr <[email protected]>
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