mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 10:18:05 +11:00
22c7eeaa5d
This 'apps' folder is going to disappear. Everything is going to be a "part" to be assembled through recipes. 'apps' has no meaning.
7 lines
88 B
Makefile
7 lines
88 B
Makefile
EMULDIR = ../../../tools/emul
|
|
|
|
.PHONY: run
|
|
run:
|
|
make -C $(EMULDIR) zasm
|
|
./runtests.sh
|