Commit 3472e899 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Add bin folder

parent 71a1e028
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -9,16 +9,16 @@ bin/cache_timing: src/cache_timing.c lib/util.c
bin/index_guesser: src/index_guesser.c lib/util.c
$(CC) $(CFLAGS) $^ -o $@
bin/recover_local_secret: src/recover_local_secret.c lib/util.c
bin/recover_local_secret: src/recover_local_secret.c lib/util.c
$(CC) $(CFLAGS) $^ -o $@
bin/recover_protected_local_secret: src/recover_protected_local_secret.c lib/util.c
bin/recover_protected_local_secret: src/recover_protected_local_secret.c lib/util.c
$(CC) $(CFLAGS) $^ -o $@
bin/exploit: src/exploit.c lib/util.c
bin/exploit: src/exploit.c lib/util.c
$(CC) $(CFLAGS) $^ -o $@
clean:
rm -f bin/cache_timing src/index_guesser bin/recover_local_secret bin/recover_protected_local_secret bin/exploit
rm -f bin/*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment