Files
AFLplusplus/frida_mode/ub1804/Makefile
2021-09-01 20:03:24 +01:00

10 lines
125 B
Makefile

all:
@echo trying to use GNU make...
@gmake all || echo please install GNUmake
clean:
@gmake clean
shell:
@gmake shell