fuzzers: 065(b): Makefile: Rename clean_all to clean

The fuzzer Makefile calls 'make clean' of all fuzzers. Both Makefiles
do not have a clean but a clean_all command. Rename to also clean these data.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz 2021-03-13 10:53:22 +01:00
parent 753eb2e3e1
commit 8cdc712354
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ $(BUILD_DIR)/cmt_regions.csv: output_cmt.tcl
mkdir -p $(BUILD_DIR)
cd $(BUILD_DIR)/ && ${XRAY_VIVADO} -mode batch -source ${FUZDIR}/output_cmt.tcl
clean_all:
clean:
rm -rf build_* run.*.ok
pushdb: database

View File

@ -52,7 +52,7 @@ $(BUILD_DIR)/cmt_regions.csv: output_cmt.tcl
mkdir -p $(BUILD_DIR)
cd $(BUILD_DIR)/ && ${XRAY_VIVADO} -mode batch -source ${FUZDIR}/output_cmt.tcl
clean_all:
clean:
rm -rf build_* run.*.ok
pushdb: database