From 54bc6b9415f20c84fed3e25c59c59e6e19df9e80 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Thu, 11 Sep 2025 11:45:58 +0200 Subject: [PATCH] fix: `just run` now runs from bin as wd --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0ef71dd..901727f 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ run: - bin/CHANGEME + cd bin/ && ./CHANGEME build: cmake --build build