7 lines
88 B
Makefile
7 lines
88 B
Makefile
EMULDIR = ../../../tools/emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
make -C $(EMULDIR) zasm
|
|
./runtests.sh
|