From a5018dab2f5c0e641cb4df84d7aa2f2a5e32fe20 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 20:53:56 +0000 Subject: [PATCH] Fix path --- apps/zigtris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/zigtris/Makefile b/apps/zigtris/Makefile index 7c876f4..63b6532 100644 --- a/apps/zigtris/Makefile +++ b/apps/zigtris/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