This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
csce465pine64backup/hw3/task4/makefile
2018-03-05 18:47:59 -06:00

5 lines
66 B
Makefile

all:
g++ find_key.cpp -o find_key -lcrypto
clean:
rm find_key