mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 13:58:05 +11:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
EMULDIR = ../../../tools/emul
|
||
|
|
||
|
.PHONY: run
|
||
|
run:
|
||
|
make -C $(EMULDIR) zasm
|
||
|
./runtests.sh
|