Move all host examples under host/

This commit is contained in:
Toby Jaffey 2025-12-11 12:57:59 +00:00
parent 1213c5673f
commit 7353810199
16 changed files with 104 additions and 143 deletions

View file

@ -2,18 +2,12 @@
all:
make -C test
(cd host && make)
(cd host-mini && make)
(cd host-parallel && make)
(cd host-arduino && make)
(cd hosts && make)
(cd apps && make)
clean:
make -C test clean
(cd host && make clean)
(cd host-mini && make clean)
(cd host-parallel && make clean)
(cd host-arduino && make clean)
(cd hosts && make clean)
(cd apps && make clean)
test: