This commit is contained in:
Toby Jaffey 2025-12-11 20:53:03 +00:00
parent 5fc4575888
commit 1eb03f1747

View file

@ -10,6 +10,6 @@ clean: clean_common
rm -rf zig-out .zig-cache rm -rf zig-out .zig-cache
test: all test: all
${TOPDIR}/host/host ${PROJECT}.bin ${TOPDIR}/hosts/host/host ${PROJECT}.bin
include ${TOPDIR}/apps/makefile.common include ${TOPDIR}/apps/makefile.common