1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 14:00:20 +10:00
collapseos/tools/tests/Makefile
Virgil Dupras 7fad3b0c90 Move /parts/z80 to /kernel
Let go of that "meta os" thing. it's not as meta as I made it sound
like. It's a kernel.
2019-05-19 11:19:41 -04:00

8 lines
120 B
Makefile

EMULDIR = ../emul
.PHONY: run
run:
make -C $(EMULDIR) zasm runbin
cd unit && ./runtests.sh
cd zasm && ./runtests.sh