diff options
| author | Your Name <you@example.com> | 2022-05-12 16:54:40 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2022-05-12 16:54:40 +0100 |
| commit | 3dc72ffb6be7f9acb9788d5cfa8d99c557418621 (patch) | |
| tree | 2cc0db1d117f2990e772ef0adddd70276753e9bd /frida_mode/test/dynamic/Makefile | |
| parent | ca361e1b6a7228e1f854aa6884cf98f4e9a21486 (diff) | |
| download | afl++-3dc72ffb6be7f9acb9788d5cfa8d99c557418621.tar.gz | |
Added test for prefetch validation
Diffstat (limited to 'frida_mode/test/dynamic/Makefile')
| -rw-r--r-- | frida_mode/test/dynamic/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/frida_mode/test/dynamic/Makefile b/frida_mode/test/dynamic/Makefile new file mode 100644 index 00000000..f843af19 --- /dev/null +++ b/frida_mode/test/dynamic/Makefile @@ -0,0 +1,19 @@ +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 + +qemu: + @gmake qemu + +frida: + @gmake frida + +debug: + @gmake debug |
