1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 14:20:55 +10:00
collapseos/tests/Makefile
Virgil Dupras efe4b13a4e Move /emul to /emul/z80
I'm planning on adding other subfolders. 8086 for example...
2020-10-24 16:50:22 -04:00

7 lines
118 B
Makefile

.PHONY: run
run:
$(MAKE) -C ../cvm all
$(MAKE) -C ../emul/z80 all
cd all && ./runtests.sh
cd z80 && ./runtests.sh