mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-23 11:27:25 +08:00
10 lines
125 B
Makefile
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 $@ $+
|