diff options
author | van Hauser <vh@thc.org> | 2020-12-21 01:57:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 01:57:59 +0100 |
commit | 0b4f6adfee6a538755326e4bec7daaf21db4b39e (patch) | |
tree | 212b3475da40d960de7c955b964424db32df0024 | |
parent | 2e3cf10070681375a6c0e63ad39e7ce04ff22684 (diff) | |
parent | 81e3e991a726e15a0954571f2332a71964542780 (diff) | |
download | afl++-0b4f6adfee6a538755326e4bec7daaf21db4b39e.tar.gz |
Merge pull request #647 from rchildre3/binary-only-make
Remove binary-only target's depend on source tools
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 54198d82..16bcdae5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -586,7 +586,7 @@ distrib: all -cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh .PHONY: binary-only -binary-only: all +binary-only: test_shm test_python ready $(PROGS) $(MAKE) -C utils/libdislocator $(MAKE) -C utils/libtokencap $(MAKE) -C utils/afl_network_proxy |