build: added just crun

This commit is contained in:
karina
2026-04-20 15:10:45 +04:00
parent 4020bf1b7a
commit ef9aa56d11
+5
View File
@@ -71,5 +71,10 @@ _prep:
-serial stdio \ -serial stdio \
-monitor telnet:127.0.0.1:5555,server,nowait -monitor telnet:127.0.0.1:5555,server,nowait
@crun:
@echo "🧹 Cleaning and running.."
just clean
just run
@clean: @clean:
rm -rf {{BUILD_DIR}} rm -rf {{BUILD_DIR}}