From e60b2d69bf6d6a43bc5c2a9386a472ed20281ebf Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 11 Apr 2015 18:16:49 -0300 Subject: Fixed typo in Makefile (uninstall). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef40ed0..0d438bf 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install: all @install -D -m755 Td ${DESTDIR}${PREFIX}/bin/Td uninstall: - @echo removing executables files from ${DESTDIR}${PREFIX}/bin + @echo removing executable files from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/Tc @rm -f ${DESTDIR}${PREFIX}/bin/Td -- cgit v1.2.3