From 6847c2e1100ef1804263ae950be3b08fbdf22603 Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg Date: Tue, 11 Mar 2025 16:58:48 -0700 Subject: [PATCH] Remove old unused justfile Signed-off-by: Ludvig Liljenberg --- src/hyperlight_host/Justfile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/hyperlight_host/Justfile 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}}