mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
unicorn speedtest makefile cleanup
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
all: fuzz
|
||||
.PHONY: all fuzz
|
||||
|
||||
all: ../target
|
||||
|
||||
afl-fuzz: ../../../../afl-fuzz
|
||||
../../../../afl-fuzz:
|
||||
$(MAKE) -C ../../../../ afl-fuzz
|
||||
|
||||
|
||||
../target:
|
||||
$(MAKE) -C ..
|
||||
|
||||
fuzz: ../target
|
||||
fuzz: all afl-fuzz
|
||||
rm -rf ./ouptput
|
||||
../../../../afl-fuzz -s 1 -U -i ../sample_inputs -o ./output -- python3 harness.py @@
|
||||
|
Reference in New Issue
Block a user