diff --git a/justfile b/justfile index f3c716a..bcd4fbc 100644 --- a/justfile +++ b/justfile @@ -71,5 +71,10 @@ _prep: -serial stdio \ -monitor telnet:127.0.0.1:5555,server,nowait +@crun: + @echo "🧹 Cleaning and running.." + just clean + just run + @clean: rm -rf {{BUILD_DIR}}