From 1a3b4319bc46f78361b9861b5da378590df771ee Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 18 Apr 2024 00:53:20 +0100 Subject: [PATCH] correct justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index eab6cfba..ef7f8e39 100644 --- a/justfile +++ b/justfile @@ -93,7 +93,7 @@ setup-cargo-wasm: build-agb-wasm: (cd agb-wasm && wasm-pack build --target web) rm -rf website/agb/src/app/vendor/agb_wasm - mkdir website/agb/src/app/vendor + mkdir -p website/agb/src/app/vendor cp agb-wasm/pkg website/agb/src/app/vendor/agb_wasm -r build-mgba-wasm: