collapseos/tests/Makefile

7 lines
98 B
Makefile

EMULDIR = ../emul
.PHONY: run
run:
$(MAKE) -C $(EMULDIR) forth/forth
cd forth && ./runtests.sh