Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-21fa
project05b
Commits
3472e899
Commit
3472e899
authored
4 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Add bin folder
parent
71a1e028
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-4
Makefile
bin/.gitkeep
+0
-0
bin/.gitkeep
with
4 additions
and
4 deletions
+4
-4
Makefile
View file @
3472e899
...
...
@@ -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/
*
This diff is collapsed.
Click to expand it.
bin/.gitkeep
0 → 100644
View file @
3472e899
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help