aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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