mirror of https://github.com/openXC7/prjxray.git
Also clean log directories.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
ec6b1aa02d
commit
3aeb1f120a
|
|
@ -38,7 +38,7 @@ clean_fuzzers::
|
|||
$$(MAKE) -C $(1) clean
|
||||
|
||||
clean_logs::
|
||||
rm -rf $(1)/logs
|
||||
rm -rf $(1)/logs_*
|
||||
|
||||
# Describe how to create the fuzzer's run.ok file.
|
||||
# This command must start with a + to tell make to pass the jobserver
|
||||
|
|
|
|||
Loading…
Reference in New Issue