mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:10:57 +11:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
|
EMULDIR = ../../tools/emul
|
||
|
|
||
|
.PHONY: run
|
||
|
run:
|
||
|
make -C $(EMULDIR) zasm runbin
|
||
|
cd unit && ./runtests.sh
|
||
|
cd zasm && ./runtests.sh
|