Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
145B

  1. CDIR = ../cvm
  2. EDIR = ../emul
  3. .PHONY: run
  4. run:
  5. $(MAKE) -C $(CDIR) all
  6. $(MAKE) -C $(EDIR) all
  7. cd cvm && ./runtests.sh
  8. cd z80 && ./runtests.sh