diff options
Diffstat (limited to 'examples/custom_mutators/Makefile')
-rw-r--r-- | examples/custom_mutators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/custom_mutators/Makefile b/examples/custom_mutators/Makefile new file mode 100644 index 00000000..a83e87fe --- /dev/null +++ b/examples/custom_mutators/Makefile @@ -0,0 +1,2 @@ +all: + $(CC) $(CFLAGS) -fPIC -shared -g -I ../../include example.c -o libexamplemutator.so |