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.

8 lines
147B

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