commit 9efa7d7d4e423d5ff6907b408d4a2dbea6852cf8 parent a0cfe56809451cd6a0cbb9ec7fcf81ff73c29103 Author: Walther Chen <walther.chen@gmail.com> Date: Wed, 23 Oct 2024 22:57:37 -0400 fix justfile check Diffstat:
M | justfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/justfile b/justfile @@ -1,5 +1,5 @@ @check: - \fd --glob '*.c3' -x c3c compile -C + \fd --glob '*.c3' -x c3c compile -C util.c3 @test: c3c compile-test .