diff options
Diffstat (limited to 'mk/scripts.mk')
-rw-r--r-- | mk/scripts.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/scripts.mk b/mk/scripts.mk index 81fae3d2..b84f05ef 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -40,6 +40,6 @@ install: all realinstall ${INSTALLAFTER} # so we ensure that it has a bogus argument CLEANFILES+= ${OBJS} clean: - if test -n "${CLEANFILES}"; then rm -f ${CLEANFILES}; fi + @if test -n "${CLEANFILES}"; then echo "rm -f ${CLEANFILES}"; rm -f ${CLEANFILES}; fi include ${MK}/gitignore.mk |