unicorn speedtest makefile cleanup

This commit is contained in:
Dominik Maier
2021-04-26 16:03:46 +02:00
parent a3f8fc5d1c
commit 5c705fbb92
3 changed files with 25 additions and 8 deletions

View File

@ -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 @@