1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 20:00:19 +10:00
collapseos/tests/Makefile
Virgil Dupras 1bd191e86a Move /emul/forth/* to /emul
Less noisy this way
2020-04-24 17:53:58 -04:00

7 lines
90 B
Makefile

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