8 lines
120 B
Makefile
8 lines
120 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
make -C $(EMULDIR) zasm runbin
|
|
cd unit && ./runtests.sh
|
|
cd zasm && ./runtests.sh
|