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

21 行
200B

  1. include ./scripts/FRAMEWORK
  2. CXX=g++-4.8
  3. CC=gcc
  4. export
  5. all: compile test
  6. compile:
  7. ./scripts/compile.sh
  8. test:
  9. ./scripts/test_prefetcher.py
  10. clean:
  11. rm -Rf build
  12. rm -Rf output
  13. rm -Rf stats.txt