add "sorted" target
This commit is contained in:
6
Makefile
6
Makefile
@@ -41,7 +41,11 @@ util:
|
||||
|
||||
# check the code style
|
||||
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
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user