From cfc1d6c0d85d4b82ef17304b831671fe97491e44 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sat, 22 Feb 2025 20:35:19 +0200 Subject: [PATCH] add justfile and readme --- Justfile | 2 ++ README.md | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..c58ef57 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +hello: + clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe | less diff --git a/README.md b/README.md index 5d3626c..8a30b70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# vestal - -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. +``` +just # 🛕 +```