mirror of
https://github.com/openXC7/prjxray.git
synced 2026-09-04 00:40:23 +02:00
The 'make clean' command in the top-level Makefile calls 'clean' of all fuzzers. The top-level Makefile does not source and settings file before and therefore no XRAY_PART is set. The 005's fuzzers only cleans data for a XRAY_PART file, which is not set. Remove all fuzzer data during clean and only for a specific part during clean_all. Signed-off-by: Daniel Schultz <[email protected]>