5 lines
66 B
Makefile
5 lines
66 B
Makefile
all:
|
|
g++ find_key.cpp -o find_key -lcrypto
|
|
|
|
clean:
|
|
rm find_key
|