diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-06-16 20:53:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-16 21:53:57 +0200 |
| commit | 58747f9f4fe960cf97d40dd6d6db0f2f7f13b505 (patch) | |
| tree | d2823cdaefb1f4af9f8c0a64c600dee7cbb12643 /frida_mode/test/jpeg/Makefile | |
| parent | 35153e9b495e3f61c032a3d911e4906fed0b50d6 (diff) | |
| download | afl++-58747f9f4fe960cf97d40dd6d6db0f2f7f13b505.tar.gz | |
Perf regression4 (#979)
* Added test for libjpeg * Added proj4 test * Added missing members to x86/64 context * Changes to use memfd and hashtable cache * Removed redundant check Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/test/jpeg/Makefile')
| -rw-r--r-- | frida_mode/test/jpeg/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/frida_mode/test/jpeg/Makefile b/frida_mode/test/jpeg/Makefile new file mode 100644 index 00000000..863438cf --- /dev/null +++ b/frida_mode/test/jpeg/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 + +frida: + @gmake frida + +debug: + @gmake debug + +hook: + @gmake hook |
