1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 04:20:19 +10:00
collapseos/tests/Makefile
Virgil Dupras 9235fa9223 Add /tools/slatest
To update LATEST offset more easily. Will be useful for recipes.
2020-04-02 23:20:47 -04:00

7 lines
98 B
Makefile

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