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