mirror of
https://gitlab.com/Nils_Kasulke/spectre_project.git
synced 2026-04-04 13:07:25 +00:00
3 lines
72 B
Makefile
3 lines
72 B
Makefile
|
|
build: branch_predict.c
|
||
|
|
gcc branch_predict.c -O2 -o branch_predict.exe
|