From e911e95f697b0eb48ed4e68cb2586ffb0dc11341 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 8 Jul 2025 19:14:02 +0300 Subject: move things around --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9f1899b..8150542 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ function leak log valgrind --leak-check=full --show-leak-kinds=all -s bin/$1 $2 } -# cc dict -D_DICT_STANDALONE +# cc util/dict -D_DICT_STANDALONE # leak dict # cc demos/lexer -D_LEXER_STANDALONE -- cgit v1.2.3