mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 10:46:42 +01:00
8 lines
410 B
Makefile
8 lines
410 B
Makefile
hello:
|
|
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
|
|
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
|