Skip to content

Commit 46af369

Browse files
Taeyang LeeTaeyang Lee
authored andcommitted
Fix Makefile order
1 parent 6229557 commit 46af369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/lts-6.12.62

pocs/linux/kernelctf/CVE-2026-23060_lts_cos_mitigation/exploit/lts-6.12.62/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: exploit target_db.kxdb
1+
all: target_db.kxdb exploit
22
exploit: exploit.cpp
33
g++ -o exploit exploit.cpp -static -lkernelXDK
44

0 commit comments

Comments
 (0)