mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 02:31:01 +11:00
7fad3b0c90
Let go of that "meta os" thing. it's not as meta as I made it sound like. It's a kernel.
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
|