4 lines
106 B

8 years ago
  1. sha1breaker: sha1breaker.cpp
  2. mpicxx -Wall -o breaker sha1breaker.cpp genSha1.cpp
  3. clean:
  4. rm -rf breaker