From 717e32ba6aab6f6eecfb87aa0b287efd4cc52dd1 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 9 Jun 2025 18:45:52 +0200 Subject: [PATCH] add "sorted" target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edfd8166c..0a12490fc 100644 --- a/Makefile +++ b/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: