FIT_hardware_security/lab04-06_AES_PC/Makefile

2 lines
119 B
Makefile

test: aes_4.cpp aes_5a.cpp aes_5b.cpp aes_6.cpp test.cpp
g++ test.cpp -lcrypto -march=native -maes -msse2 -msse -Ofast