mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
# Example Makefile for the optimised ANSI C Rijndael code
|
|
# v3.0
|
|
|
|
CFLAGS=-Wall -O2 -DTRACE_KAT_MCT -DINTERMEDIATE_VALUE_KAT
|
|
|
|
rijndael-test-fst: rijndael-test-fst.o rijndael-api-fst.o rijndael-alg-fst.o
|
|
|