mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 22:35:19 +00:00
* Added representative fuzzbench test and test for libxml * Added support for building FRIDA from source with FRIDA_SOURCE=1 Co-authored-by: Your Name <you@example.com>
12 lines
148 B
Makefile
12 lines
148 B
Makefile
all:
|
|
@echo trying to use GNU make...
|
|
@gmake all || echo please install GNUmake
|
|
|
|
clean:
|
|
@gmake clean
|
|
|
|
frida:
|
|
@gmake frida
|
|
|
|
docker:
|
|
@gmake docker
|