From 6e178d23ef0cbd8e4cbfbdb2f7d75a2f762ae49d Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 16 Sep 2025 13:34:56 +0200 Subject: [PATCH] feat: added `just clean` command --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index f412b58..19f869e 100644 --- a/justfile +++ b/justfile @@ -8,3 +8,7 @@ run: configure: # CONFIGURING WITH PREMAKE premake5 gmake + +clean: + rm -r bin/** + rm -r build/**