efe4b13a4e
I'm planning on adding other subfolders. 8086 for example...
7 lines
118 B
Makefile
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
|