Removed echo

This commit is contained in:
Ypnose 2012-10-12 15:53:21 +03:00
parent a24d3be5be
commit ffb259ac6b
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ install: bar
install -m755 bar ${DESTDIR}${BINDIR}/bar install -m755 bar ${DESTDIR}${BINDIR}/bar
uninstall: uninstall:
@echo removing executable file from ${DESTDIR}${BINDIR}
rm -f ${DESTDIR}${BINDIR}/bar rm -f ${DESTDIR}${BINDIR}/bar
.PHONY: all debug clean install .PHONY: all debug clean install