mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
18 lines
165 B
Makefile
18 lines
165 B
Makefile
all:
|
|
@echo trying to use GNU make...
|
|
@gmake all || echo please install GNUmake
|
|
|
|
clean:
|
|
@gmake clean
|
|
|
|
run:
|
|
@gmake run
|
|
|
|
qemu:
|
|
@gmake qemu
|
|
|
|
frida:
|
|
@gmake frida
|
|
|
|
|