bitcracker_hash:
	gcc bitcracker_hash.c -o bitcracker_hash

clean:
	rm -rf *.o
	rm -rf ../build/bitcracker_hash
