File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -487,8 +487,8 @@ graph-deps:
487487clean :
488488 @printf " \n$( LINES_COLOR) ───────$( NO_COLOR) $( TITLE_COLOR) Clean$( NO_COLOR) \n"
489489 @printf " %-12s : %s\n" " Removing" " OBJ, DEP, ASM, Binary"
490- @$(RM ) $(OBJ_DIR ) $(DEP_DIR ) $(ASM_DIR ) " $( BIN_DIR) /$( TARGET) " $(DOC_BUILD ) 2> /dev/null || true
491- @printf " $( OK_COLOR) ✓$( NO_COLOR) %-10s : %s\n" " Done" " $( OBJ_DIR) $( DEP_DIR) $( ASM_DIR) $( BIN_DIR) $( DOC_BUILD) "
490+ @$(RM ) $(OBJ_DIR ) $(DEP_DIR ) $(ASM_DIR ) " $( BIN_DIR) /$( TARGET) " $(DOC_BUILD ) $( BENCH_DIR ) 2> /dev/null || true
491+ @printf " $( OK_COLOR) ✓$( NO_COLOR) %-10s : %s\n" " Done" " $( OBJ_DIR) $( DEP_DIR) $( ASM_DIR) $( BIN_DIR) $( DOC_BUILD) $( BENCH_DIR ) "
492492 @printf " $( LINES_COLOR) ────────────────────────────────────────────$( NO_COLOR) \n\n"
493493
494494clean-all :
Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ graph-deps:
480480clean :
481481 @printf " \n$( LINES_COLOR) ───────$( NO_COLOR) $( TITLE_COLOR) Clean$( NO_COLOR) \n"
482482 @printf " %-12s : %s\n" " Removing" " OBJ, DEP, ASM, Binary"
483- @$(RM ) $(OBJ_DIR ) $(DEP_DIR ) $(ASM_DIR ) " $( BIN_DIR) /$( TARGET) " $(DOC_BUILD ) 2> /dev/null || true
484- @printf " $( OK_COLOR) ✓$( NO_COLOR) %-10s : %s\n" " Done" " $( OBJ_DIR) $( DEP_DIR) $( ASM_DIR) $( BIN_DIR) $( DOC_BUILD) "
483+ @$(RM ) $(OBJ_DIR ) $(DEP_DIR ) $(ASM_DIR ) " $( BIN_DIR) /$( TARGET) " $(DOC_BUILD ) $( BENCH_DIR ) 2> /dev/null || true
484+ @printf " $( OK_COLOR) ✓$( NO_COLOR) %-10s : %s\n" " Done" " $( OBJ_DIR) $( DEP_DIR) $( ASM_DIR) $( BIN_DIR) $( DOC_BUILD) $( BENCH_DIR ) "
485485 @printf " $( LINES_COLOR) ────────────────────────────────────────────$( NO_COLOR) \n\n"
486486
487487clean-all :
You can’t perform that action at this time.
0 commit comments