Removed echo

This commit is contained in:
Ypnose 2012-10-12 15:53:21 +03:00
parent a24d3be5be
commit ffb259ac6b

View File

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