From b1b5e21600e4e8227c764aa33c0e7da57b352fc5 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 31 Aug 2020 18:20:39 +0200 Subject: [PATCH] removed dummy --- GNUmakefile | 3 --- 1 file changed, 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