This commit is contained in:
Nils K
2020-04-19 23:32:17 +02:00
parent f036761313
commit 429efe3f49
4 changed files with 59 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
build: branch_predict.c
gcc branch_predict.c -O2 -o branch_predict.exe
gcc branch_predict.c -O2 -lssl -lcrypto -o branch_predict.exe