mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
auto-generate Arduino example, to keep in sync
This commit is contained in:
parent
7a1656ab10
commit
9ca720d35c
9 changed files with 22 additions and 980 deletions
2
Makefile
2
Makefile
|
|
@ -5,6 +5,7 @@ all:
|
|||
(cd host && make)
|
||||
(cd host-mini && make)
|
||||
(cd host-parallel && make)
|
||||
(cd host-arduino && make)
|
||||
(cd apps && make)
|
||||
|
||||
clean:
|
||||
|
|
@ -12,6 +13,7 @@ clean:
|
|||
(cd host && make clean)
|
||||
(cd host-mini && make clean)
|
||||
(cd host-parallel && make clean)
|
||||
(cd host-arduino && make clean)
|
||||
(cd apps && make clean)
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue