aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-07-08 19:14:02 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-07-08 19:14:02 +0300
commite911e95f697b0eb48ed4e68cb2586ffb0dc11341 (patch)
tree3981038900cff77a0d3b0aaf739cc22025816810 /build.sh
parentd028cc9c04cf46256166434bdea68d5f5c6d310f (diff)
move things around
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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