From 39351a55e3e9a7838ac55a1111cfca2a60cdddcc Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 6 Feb 2024 09:26:05 +0000 Subject: fix wrong binary name in justfile --- src/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Justfile b/src/Justfile index 1dd17f6..e2d8e4c 100644 --- a/src/Justfile +++ b/src/Justfile @@ -8,7 +8,7 @@ proj := "std::vec::Vec std::collections::LinkedList" export RUST_LOG := "debug" run-all-tests: - which candelabra 2>/dev/null || cargo build + which candelabra-cli 2>/dev/null || cargo build rm -fr {{target_dir / "candelabra"}} echo "Candelabra Path: {{candelabra}}" -- cgit v1.2.3