wip: bake 2nd pass into 1st pass

This commit is contained in:
🪞👃🪞 2025-02-22 23:27:47 +02:00
parent c02df5d47f
commit a546f2d45e
9 changed files with 666 additions and 636 deletions

View file

@ -1,2 +1,4 @@
hello:
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe | less
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe 2>&1
hello-v:
clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/hello-msg.exe 2>&1