mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Fix path
This commit is contained in:
parent
1eb03f1747
commit
a5018dab2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue