mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 15:58:05 +11:00
10 lines
145 B
Makefile
10 lines
145 B
Makefile
CDIR = ../cvm
|
|
EDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(CDIR) all
|
|
$(MAKE) -C $(EDIR) all
|
|
cd cvm && ./runtests.sh
|
|
cd z80 && ./runtests.sh
|