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.

18 lines
357B

  1. EMULDIR = ../emul
  2. CFSPACK = ../tools/cfspack/cfspack
  3. .PHONY: run
  4. run:
  5. $(MAKE) -C $(EMULDIR) zasm/zasm zasm/avra runbin/runbin shell/shell
  6. cd unit && ./runtests.sh
  7. cd zasm && ./runtests.sh
  8. cd avra && ./runtests.sh
  9. cd shell && ./runtests.sh
  10. $(CFSPACK):
  11. $(MAKE) -C ../tools/cfspack
  12. .PHONY: cfs
  13. cfs: $(CFSPACK)
  14. $(CFSPACK) shell/cfsin > shell/test.cfs