mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Move all host examples under host/
This commit is contained in:
parent
1213c5673f
commit
7353810199
16 changed files with 104 additions and 143 deletions
10
Makefile
10
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue