mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-27 14:58:06 +11:00
9 lines
174 B
Makefile
9 lines
174 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) zasm/zasm runbin/runbin shell/shell
|
|
cd unit && ./runtests.sh
|
|
cd zasm && ./runtests.sh
|
|
cd shell && ./runtests.sh
|