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.

7 lines
114B

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