mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 15:30:55 +11:00
097c677641
This allows us to get rid of the zasm.sh wrapper.
10 lines
210 B
Makefile
10 lines
210 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell
|
|
cd unit && ./runtests.sh
|
|
cd zasm && ./runtests.sh
|
|
cd avra && ./runtests.sh
|
|
cd shell && ./runtests.sh
|