diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-05-17 20:14:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 21:14:40 +0200 |
| commit | d0af55e78f85427983ddafd0af07dff654b3ea65 (patch) | |
| tree | ae5dc5fc0164df2d02972322ca25fa1fca6d3893 /frida_mode/Makefile | |
| parent | e40c0c2da16f14dfddb5641f6f825903879534a9 (diff) | |
| download | afl++-d0af55e78f85427983ddafd0af07dff654b3ea65.tar.gz | |
Support for x86 (#920)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/Makefile')
| -rw-r--r-- | frida_mode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frida_mode/Makefile b/frida_mode/Makefile index b6d64bff..6cd1a64e 100644 --- a/frida_mode/Makefile +++ b/frida_mode/Makefile @@ -2,6 +2,10 @@ 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 |
