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
|