summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 10:20:06 -0600
committerJeff Carr <[email protected]>2024-11-29 10:20:06 -0600
commitfb79d5b17db770b7c905803087b86ccd630f6758 (patch)
tree0821edd90dd6ec9b09e71437782a56094e2f299d /Makefile
parent766c2e16742d668b47320f6b228840d788b86723 (diff)
test works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47d003a..02f0903 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
run: clean build
- make -C testautogen/
+ make -C testautogen/ all
+ make -C testSort/
vet:
@GO111MODULE=off go vet
@@ -30,4 +31,6 @@ reset:
reset
clean:
- -rm autogenpb
+ -rm -f autogenpb
+ make -C testautogen/ clean
+ make -C testSort/ clean