Files
prir/DergunPiotr-WaskoDominik/projekt/Makefile
2017-01-20 14:07:07 +01:00

5 lines
106 B
Makefile

sha1breaker: sha1breaker.cpp
mpicxx -Wall -o breaker sha1breaker.cpp genSha1.cpp
clean:
rm -rf breaker