mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
gut it out
This commit is contained in:
parent
2740b6c232
commit
380d64c892
8 changed files with 514 additions and 477 deletions
6
Justfile
6
Justfile
|
|
@ -1,6 +1,8 @@
|
|||
hello:
|
||||
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe 2>&1
|
||||
kotel:
|
||||
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/kotel.dll 2>&1
|
||||
hello-v:
|
||||
clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/hello-msg.exe 2>&1
|
||||
kotel:
|
||||
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/kotel.dll 2>&1
|
||||
kotel-v:
|
||||
clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/kotel.dll 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue