Files
AFLplusplus/frida_mode/test/cmov/Makefile
2022-02-18 08:01:34 +00:00

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