commit 2eaece609481e369f920bfa42e3793e7a2dafda8
parent 822787f439e9bf987deacbcf1e28a335eb9e6535
Author: sin <sin@2f30.org>
Date: Wed, 29 Oct 2014 15:14:00 +0000
Also show commands executed for make uninstall
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -45,8 +45,7 @@ install: all
${DESTDIR}${PREFIX}/bin/hysteria-waitfile
uninstall:
- @echo removing executable file from ${DESTDIR}${PREFIX}/bin
- @rm -f \
+ rm -f \
${DESTDIR}${PREFIX}/bin/hysteria \
${DESTDIR}${PREFIX}/bin/hysteria-autojoin \
${DESTDIR}${PREFIX}/bin/hysteria-connect \