mirror of
https://gitlab.com/Nils_Kasulke/spectre_project.git
synced 2026-04-04 06:27:26 +00:00
3 lines
87 B
Makefile
3 lines
87 B
Makefile
build: branch_predict.c
|
|
gcc branch_predict.c -O2 -lssl -lcrypto -o branch_predict.exe
|