Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
120B

  1. EMULDIR = ../emul
  2. .PHONY: run
  3. run:
  4. make -C $(EMULDIR) zasm runbin
  5. cd unit && ./runtests.sh
  6. cd zasm && ./runtests.sh