diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:20:39 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:20:39 +0200 |
commit | b1b5e21600e4e8227c764aa33c0e7da57b352fc5 (patch) | |
tree | 6ea5f96cfb4ef9b5ee3d58cb9bf13072a785bc01 | |
parent | d765740707e26d9d2c9f28273810a83af1cfd95f (diff) | |
download | afl++-b1b5e21600e4e8227c764aa33c0e7da57b352fc5.tar.gz |
removed dummy
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2539bab4..1ccb2bb0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -281,9 +281,6 @@ all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done man: afl-gcc all $(MANPAGES) -# dummy to get `make man` to compile on mac os -afl-g++.8: afl-g++ - tests: source-only @cd test ; ./test-all.sh @rm -f test/errors |