explicit message

This commit is contained in:
rusefillc 2023-06-04 19:08:39 -04:00
parent 9a1c8b6bd7
commit 7da110d779
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ $(BUILDDIR)/lib$(PROJECT).a: $(OBJS)
@echo Done @echo Done
clean: CLEAN_RULE_HOOK clean: CLEAN_RULE_HOOK
@echo Cleaning @echo Cleaning-GCC
@echo - $(DEPDIR) @echo - $(DEPDIR)
@-rm -fR $(DEPDIR)/* $(BUILDDIR)/* 2>/dev/null @-rm -fR $(DEPDIR)/* $(BUILDDIR)/* 2>/dev/null
@-if [ -d "$(DEPDIR)" ]; then rmdir -p --ignore-fail-on-non-empty $(subst ./,,$(DEPDIR)) 2>/dev/null; fi @-if [ -d "$(DEPDIR)" ]; then rmdir -p --ignore-fail-on-non-empty $(subst ./,,$(DEPDIR)) 2>/dev/null; fi