mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 13:08:06 +11:00
d9db0a824e
It's no longer required to use `gmake` under OpenBSD and shell scripts no longer require bash.
8 lines
135 B
Makefile
8 lines
135 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) zasm/zasm runbin/runbin
|
|
cd unit && ./runtests.sh
|
|
cd zasm && ./runtests.sh
|