mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
8 lines
402 B
Makefile
8 lines
402 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
|
|
vst:
|
|
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/vst.dll 2>&1
|
|
vst-v:
|
|
clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/vst.dll 2>&1
|