Files
AFLplusplus/frida_mode/test/fuzzbench/Makefile
WorksButNotTested 765f3e5169 Added representative fuzzbench test and test for libxml (#893)
* 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>
2021-04-30 10:28:20 +02:00

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