From 1eb03f1747ebcdf1ee646acfe2cc4cb55e0b4bc0 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 20:53:03 +0000 Subject: [PATCH] Fix path --- apps/zig-mandel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/zig-mandel/Makefile b/apps/zig-mandel/Makefile index 8379a1b..e273836 100644 --- a/apps/zig-mandel/Makefile +++ b/apps/zig-mandel/Makefile @@ -10,6 +10,6 @@ clean: clean_common rm -rf zig-out .zig-cache test: all - ${TOPDIR}/host/host ${PROJECT}.bin + ${TOPDIR}/hosts/host/host ${PROJECT}.bin include ${TOPDIR}/apps/makefile.common