diff options
| author | van Hauser <vh@thc.org> | 2021-07-27 12:01:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 12:01:48 +0200 |
| commit | a772cb0d00dbe5607da930e0ddadcbb438535835 (patch) | |
| tree | 82c5941cfde10552d72a9c4cb376d724fd98071a /frida_mode/test/osx-lib/Makefile | |
| parent | 30679edc1a3c04f386bfb96af33c65c0b818e9b8 (diff) | |
| parent | 58636fd54e869f1b4c256529721a194ca6ce4e6d (diff) | |
| download | afl++-a772cb0d00dbe5607da930e0ddadcbb438535835.tar.gz | |
Merge pull request #1044 from WorksButNotTested/osx-lib
Osx lib
Diffstat (limited to 'frida_mode/test/osx-lib/Makefile')
| -rw-r--r-- | frida_mode/test/osx-lib/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frida_mode/test/osx-lib/Makefile b/frida_mode/test/osx-lib/Makefile new file mode 100644 index 00000000..c084de41 --- /dev/null +++ b/frida_mode/test/osx-lib/Makefile @@ -0,0 +1,12 @@ +all: + @echo trying to use GNU make... + @gmake all || echo please install GNUmake + +clean: + @gmake clean + +frida_persistent: + @gmake frida_persistent + +frida_persistent_hook: + @gmake frida_persistent_hook |
