commit e1116a8f17fbc39df03546199e8602247dc2ddd3
parent 308d8d99267d1915fedf5f06532e0c1ccca1f5f6
Author: Walther Chen <walther.chen@gmail.com>
Date: Fri, 1 Nov 2024 10:45:25 -0400
fix just build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/justfile b/justfile
@@ -6,7 +6,7 @@
# redirects outputs to stderr
@build problem *args="":
- c3c compile -O3 {{problem}}.c3 util.c3 test.c3 1>&2
+ c3c compile {{args}} {{problem}}.c3 util.c3 test.c3 1>&2
# using compile-run prints a bunch of logs
run problem *args="":