mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
ignore error code on 'make llvm_mode', it might not be installed
This commit is contained in:
parent
36fea4ba7b
commit
1e93146b49
2
Makefile
2
Makefile
@ -250,7 +250,7 @@ binary-only: all
|
|||||||
cd unicorn_mode && sh ./build_unicorn_support.sh
|
cd unicorn_mode && sh ./build_unicorn_support.sh
|
||||||
|
|
||||||
source-only: all
|
source-only: all
|
||||||
$(MAKE) -C llvm_mode
|
-$(MAKE) -C llvm_mode
|
||||||
$(MAKE) -C libdislocator
|
$(MAKE) -C libdislocator
|
||||||
$(MAKE) -C libtokencap
|
$(MAKE) -C libtokencap
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user