mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Missing files
This commit is contained in:
parent
7353810199
commit
da7f186ff7
2 changed files with 55 additions and 0 deletions
12
hosts/Makefile
Normal file
12
hosts/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
all:
|
||||
(cd host && make)
|
||||
(cd host-mini && make)
|
||||
(cd host-parallel && make)
|
||||
(cd host-arduino && make)
|
||||
|
||||
clean:
|
||||
(cd host && make clean)
|
||||
(cd host-mini && make clean)
|
||||
(cd host-parallel && make clean)
|
||||
(cd host-arduino && make clean)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue