You've already forked AFLplusplus
mirror of
https://github.com/AdaCore/AFLplusplus.git
synced 2026-02-12 13:08:19 -08:00
23 lines
289 B
Makefile
23 lines
289 B
Makefile
all:
|
|
@echo trying to use GNU make...
|
|
@gmake all || echo please install GNUmake
|
|
|
|
32:
|
|
@echo trying to use GNU make...
|
|
@gmake 32 || echo please install GNUmake
|
|
|
|
frida:
|
|
@gmake frida
|
|
|
|
frida_nocache:
|
|
@gmake frida_nocache
|
|
|
|
debug:
|
|
@gmake debug
|
|
|
|
clean:
|
|
@gmake clean
|
|
|
|
format:
|
|
@gmake format
|