Skip to content

Commit

Permalink
fix(Makefile): change exploit makefile conf
Browse files Browse the repository at this point in the history
  • Loading branch information
V4bel-theori committed Aug 16, 2024
1 parent 421dd12 commit e2a1ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exploit:
gcc -o exploit exploit.c --static -lmnl -lpthread -Wno-format
gcc -o exploit exploit.c --static -Wno-format

run:
./exploit
Expand Down

0 comments on commit e2a1ac7

Please sign in to comment.