fix make man

This commit is contained in:
van Hauser
2020-08-31 17:10:13 +02:00
parent 4398b9b517
commit 0805437222

View File

@ -280,7 +280,7 @@ endif
all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done
man: $(MANPAGES)
man: afl-gcc all $(MANPAGES)
tests: source-only
@cd test ; ./test-all.sh