--- Makefile.orig 2026-07-31 11:02:37 +++ Makefile 2026-07-31 11:02:52 @@ -1,7 +1,7 @@ OS = $(shell uname -s) -KRUNKIT_RELEASE = target/release/krunkit -KRUNKIT_DEBUG = target/debug/krunkit +KRUNKIT_RELEASE = target/$(CARGO_BUILD_TARGET)/release/krunkit +KRUNKIT_DEBUG = target/$(CARGO_BUILD_TARGET)/debug/krunkit LIBKRUN = libkrun.1.dylib PREFIX ?= /usr/local export PREFIX