diff --git a/src/hyperlight_host/Justfile b/src/hyperlight_host/Justfile deleted file mode 100644 index 04fb41da4..000000000 --- a/src/hyperlight_host/Justfile +++ /dev/null @@ -1,9 +0,0 @@ -set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"] -lib-suffix := if os() == "windows" { ".dll" } else { "" } -bin-suffix := if os() == "windows" { ".exe" } else { ".out" } -default-target:= "debug" -set dotenv-load -set fallback - -build target=default-target: - just build-rust {{target}}