diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2015-04-01 22:48:22 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2015-04-01 22:48:22 -0300 |
commit | 3f60870cac619c0dc0b4e4eccf678efbff237369 (patch) | |
tree | 0edba99bbb5ceae6804eb1c79e920c95d34dab94 /Makefile | |
parent | a605c88ba3a0180d5783722c2c877f2ab8b01659 (diff) |
Removed derp comments from Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ install: all @echo installing executable files in ${DESTDIR}${PREFIX}/bin @install -D -m755 Tc ${DESTDIR}${PREFIX}/bin/Tc @install -D -m755 Td ${DESTDIR}${PREFIX}/bin/Td - #@echo installing desktop file in ${DESTDIR}${PREFIX}/share/applications - #@install -D -m644 T.desktop ${DESTDIR}${PREFIX}/share/applications/T.desktop uninstall: @echo removing executables files from ${DESTDIR}${PREFIX}/bin |