Missing files

This commit is contained in:
Toby Jaffey 2025-12-11 13:03:40 +00:00
parent 7353810199
commit da7f186ff7
2 changed files with 55 additions and 0 deletions

12
hosts/Makefile Normal file
View 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)