6 lines
66 B
Makefile
6 lines
66 B
Makefile
![]() |
all:
|
||
|
g++ find_key.cpp -o find_key -lcrypto
|
||
|
|
||
|
clean:
|
||
|
rm find_key
|