add "sorted" target
This commit is contained in:
4
Makefile
4
Makefile
@@ -43,6 +43,10 @@ util:
|
|||||||
checkstyle:
|
checkstyle:
|
||||||
@$(MAKE) -C .github/checks --no-print-directory $@
|
@$(MAKE) -C .github/checks --no-print-directory $@
|
||||||
|
|
||||||
|
# check bsearch tables
|
||||||
|
sorted:
|
||||||
|
@$(MAKE) -C .github/checks --no-print-directory $@
|
||||||
|
|
||||||
# runs regression tests, requires libtest target libraries
|
# runs regression tests, requires libtest target libraries
|
||||||
test:
|
test:
|
||||||
@$(MAKE) -C test --no-print-directory $@
|
@$(MAKE) -C test --no-print-directory $@
|
||||||
|
|||||||
Reference in New Issue
Block a user