mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:40:54 +11:00
1bd191e86a
Less noisy this way
7 lines
90 B
Makefile
7 lines
90 B
Makefile
EMULDIR = ../emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
$(MAKE) -C $(EMULDIR) all
|
|
cd forth && ./runtests.sh
|