M2_SETI/A1/TP/TP Logical Side channel Attack/FILESFORATTACK-FlushAndReload/RSA/Threshold/Makefile

9 lines
181 B
Makefile
Raw Normal View History

2022-11-28 11:40:47 +01:00
# Always re-run the benchmark.
.PHONY: benchmark.png
benchmark.png: l1vl3 plotscript.gnuplot
./l1vl3 > values.dat
gnuplot plotscript.gnuplot
l1vl3: l1vl3.c
gcc l1vl3.c -o l1vl3