25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
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