Files
AFLplusplus/frida_mode/test/bloaty/Makefile
2021-11-26 18:57:27 +00:00

14 lines
205 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