ceremonyclient/bedlam/circuit/aesni/GNUmakefile
Cassandra Heart e51992f3e8
OT
2025-03-23 21:11:16 -05:00

10 lines
125 B
Makefile

all: benchmarks
benchmarks: c/aesni
go test -bench=.
c/aesni
c/aesni: c/aesni.c
gcc -Wall -maes -march=native -o $@ $+