mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
9235fa9223
To update LATEST offset more easily. Will be useful for recipes.
7 lines
98 B
Makefile
7 lines
98 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) forth/forth
|
|
cd forth && ./runtests.sh
|