mirror of
https://github.com/e-ago/bitcracker.git
synced 2025-10-27 07:29:18 +00:00
7 lines
112 B
Makefile
Executable File
7 lines
112 B
Makefile
Executable File
bitcracker_hash:
|
|
gcc bitcracker_hash.c -o bitcracker_hash
|
|
|
|
clean:
|
|
rm -rf *.o
|
|
rm -rf ../build/bitcracker_hash
|