diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2015-04-11 18:16:49 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2015-04-11 18:16:49 -0300 |
commit | e60b2d69bf6d6a43bc5c2a9386a472ed20281ebf (patch) | |
tree | cbc92d32763baac89ee2c28e973e857f03301050 /Makefile | |
parent | 597ba88d582295daa0dc78c7560dc1c821ef6c8d (diff) |
Fixed typo in Makefile (uninstall).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |