mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 06:40:55 +11:00
013a3b74c8
Will be much much easier to tests new core routines without having to re-create their context first. Also, extract parse.asm from core.asm
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
|