mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
wip: bake 2nd pass into 1st pass
This commit is contained in:
parent
c02df5d47f
commit
a546f2d45e
9 changed files with 666 additions and 636 deletions
4
Justfile
4
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue