Makefile : Added -f flag in mrproper recipe

This commit is contained in:
saundersp
2025-07-08 02:44:19 +02:00
parent f021678852
commit 36b96f1836

View File

@ -48,7 +48,7 @@ clean:
@rm -fv $(EXEC) gmon.out output.png
mrproper: clean
@rm -rv $(OBJ_DIR)
@rm -frv $(OBJ_DIR)
.PHONY: check-env
check-env: check-gprof2dot-works check-gprof-works check-gdb-works check-valgrind-works check-r2-works