From 3f60870cac619c0dc0b4e4eccf678efbff237369 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 1 Apr 2015 22:48:22 -0300 Subject: Removed derp comments from Makefile. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index debd6de..214bbf1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3