From 9fb95fe27cb3e3bc06008aa9e438a29c90399c40 Mon Sep 17 00:00:00 2001 From: Kicked Droid <24928676+KickedDroid@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:34:32 -0500 Subject: [PATCH] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 52176b5..fdc79a2 100644 --- a/justfile +++ b/justfile @@ -80,7 +80,7 @@ c-all: x86_64-w64-mingw32-gcc -DUTILS -DBEACON_API -c src/entry.c -o objects/c_part.o -bof: rust c copy view-bof +bof: bof-utils bof-utils: rust c-utils copy view-bof