diff options
| author | van Hauser <vh@thc.org> | 2020-04-30 17:59:59 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-30 17:59:59 +0200 |
| commit | efa9df24c2a5f97c212a5a22dda19dcbbab0b5de (patch) | |
| tree | 3cbd58983e3ebd65729c363965a178c9657259c7 /examples/afl_untracer/Makefile | |
| parent | a37eca9df538a4184551244d435e027ca86ccb25 (diff) | |
| download | afl++-efa9df24c2a5f97c212a5a22dda19dcbbab0b5de.tar.gz | |
afl-untracer completed
Diffstat (limited to 'examples/afl_untracer/Makefile')
| -rw-r--r-- | examples/afl_untracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/Makefile b/examples/afl_untracer/Makefile index bfef8fa8..5c525877 100644 --- a/examples/afl_untracer/Makefile +++ b/examples/afl_untracer/Makefile @@ -7,4 +7,4 @@ libtestinstr.so: libtestinstr.c $(CC) -fPIC -o libtestinstr.so -shared libtestinstr.c clean: - rm -f afl-untracer *~ core + rm -f afl-untracer libtestinstr.so *~ core |
