Makefile 84 B

123456789101112131415
  1. all:
  2. true
  3. clean:
  4. true
  5. test:
  6. ./generate_hash.py
  7. ./PerfHash.py
  8. ./Graph.py