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

6 lines
66 B
Makefile
Raw Normal View History

2018-03-05 18:47:59 -06:00
all:
g++ find_key.cpp -o find_key -lcrypto
clean:
rm find_key