mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 21:30:55 +11:00
f0cbda1f2e
Modest first step
11 lines
249 B
Makefile
11 lines
249 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell forth/forth
|
|
cd unit && ./runtests.sh
|
|
cd zasm && ./runtests.sh
|
|
cd avra && ./runtests.sh
|
|
cd shell && ./runtests.sh
|
|
cd forth && ./runtests.sh
|