This website requires JavaScript.
Explore
Help
Sign In
etc
/
lpe
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
c235ee8942da8e64ff46949fc24a67c22c2baf13
lpe
/
CVE-2016-5195
/
Makefile
T
8 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add CVE-2016-5195
2019-08-19 04:01:05 +00:00
TARGET
:=
CVE-2016-5195
all
:
gcc CVE-2016-5195.c -o
$(
TARGET
)
-lpthread
clean
:
rm -f
$(
TARGET
)
Copy Permalink