diff options
Diffstat (limited to 'frida_mode/test/bloaty/Makefile')
-rw-r--r-- | frida_mode/test/bloaty/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frida_mode/test/bloaty/Makefile b/frida_mode/test/bloaty/Makefile new file mode 100644 index 00000000..07b139e9 --- /dev/null +++ b/frida_mode/test/bloaty/Makefile @@ -0,0 +1,13 @@ +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 |