mirror of https://github.com/openXC7/prjxray.git
fuzzers: Add clean_piplists target
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
990cb32b93
commit
58baff4f4a
|
|
@ -11,11 +11,14 @@ FUZZONLY=N
|
|||
BITONLY=N
|
||||
|
||||
all:
|
||||
clean: clean_fuzzers clean_logs clean_locks
|
||||
clean: clean_fuzzers clean_piplists clean_logs clean_locks
|
||||
|
||||
clean_locks:
|
||||
rm -rf /tmp/segbits_*.db.lock
|
||||
|
||||
clean_piplists:
|
||||
rm -rf $(XRAY_FUZZERS_DIR)/piplist/build
|
||||
|
||||
define fuzzer
|
||||
|
||||
# $(1) - Fuzzer name/directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue