vestal/Justfile

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