add justfile and readme

This commit is contained in:
🪞👃🪞 2025-02-22 20:35:19 +02:00
parent 099d0f3e92
commit cfc1d6c0d8
2 changed files with 5 additions and 5 deletions

2
Justfile Normal file
View file

@ -0,0 +1,2 @@
hello:
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe | less

View file

@ -1,5 +1,3 @@
# vestal ```
just # 🛕
here is meant to be a tool which takes a vst2 dll ```
and statically relinks it into a modern format
that can be used on linux x64.