mirror of https://github.com/openXC7/prjxray.git
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:
parent
753eb2e3e1
commit
8cdc712354
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue