mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:30:55 +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
|