Skip to content

Commit

Permalink
Update Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
liona24 committed Aug 25, 2023
1 parent 1bee5e0 commit b6e49e6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all: exploit.c bin
$(CC) exploit.c -o bin/exploit -O3 -static

exploit: exploit.c
$(CC) exploit.c -o exploit -O3 -static

bin:
mkdir -p bin/

Expand Down

0 comments on commit b6e49e6

Please sign in to comment.