mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-02 01:30:56 +11:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
.PHONY: run
|
|
run:
|
|
$(MAKE) -C ../cvm all
|
|
$(MAKE) -C ../emul/z80 all
|
|
$(MAKE) -C ../emul/8086 all
|
|
cd all && ./runtests.sh
|
|
cd z80 && ./runtests.sh
|