summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 09:14:30 -0600
committerJeff Carr <[email protected]>2024-11-29 09:14:30 -0600
commit1c0234a442a428df859d28f718ca207a8f859ba5 (patch)
treefd9e15846ad610ef08f54c502ceb5736ae96f6aa /Makefile
parentf145e6e74eff9e529623468840084583fe6800c8 (diff)
make test
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5002ab4..47d003a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
run: clean build
- make -C testSort/
+ make -C testautogen/
vet:
@GO111MODULE=off go vet
@@ -30,4 +30,4 @@ reset:
reset
clean:
- -rm test.sort.pb.go autogenpb
+ -rm autogenpb