Sign in
android
/
platform
/
external
/
AFLplusplus
/
02f33192
/
.
/
utils
/
custom_mutators
/
Makefile
blob: 9849f3f4cdaa9b24e0f11b832d5fcea9ab267510 [
file
] [
log
] [
blame
]
all
:
libexamplemutator
.
so
libexamplemutator
.
so
:
$
(
CC
)
$
(
CFLAGS
)
-
D_FORTIFY_SOURCE
=
2
-
O3
-
fPIC
-
shared
-
g
-
I
../../
include example
.
c
-
o libexamplemutator
.
so
clean
:
rm
-
rf libexamplemutator
.
so