main: @g++ -Wall -Wextra -ggdb -o crypto.ex aes.cpp -lcrypto @./crypto.ex file.txt clean: @rm *.ex