mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
20 lines
251 B
Makefile
20 lines
251 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
|
|
|
|
format:
|
|
@gmake format
|
|
|
|
debug:
|
|
@gmake debug
|