mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-27 12:58:09 +11:00
c072096909
There's no reason to run them only under CVM.
7 lines
114 B
Makefile
7 lines
114 B
Makefile
.PHONY: run
|
|
run:
|
|
$(MAKE) -C ../cvm all
|
|
$(MAKE) -C ../emul all
|
|
cd all && ./runtests.sh
|
|
cd z80 && ./runtests.sh
|