mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-24 06:42:42 +00:00
23 lines
275 B
Makefile
23 lines
275 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
|
|
|
|
clean:
|
|
@gmake clean
|
|
|
|
frida:
|
|
@gmake frida
|
|
|
|
frida_ret:
|
|
@gmake frida_ret
|
|
|
|
debug:
|
|
@gmake debug
|
|
|
|
run:
|
|
@gmake run
|