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.

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