From 597ba88d582295daa0dc78c7560dc1c821ef6c8d Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 1 Apr 2015 23:12:08 -0300 Subject: Removed dist target from Makefile --- Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 214bbf1..ef40ed0 100644 --- a/Makefile +++ b/Makefile @@ -29,15 +29,7 @@ Td: T.o Td.o clean: @echo cleaning - @rm -f Tc Td ${OBJ} T-${VER}.tar.bz2 - -dist: clean - #TODO: remove .desktop file? - @echo creating distributable tarball - @mkdir T-${VER} - @cp -R src/ T.desktop Makefile T-${VER} - @tar cf T-${VER}.tar.bz2 T-${VER} - @rm -rf T-${VER} + @rm -f Tc Td ${OBJ} install: all @echo installing executable files in ${DESTDIR}${PREFIX}/bin @@ -49,4 +41,4 @@ uninstall: @rm -f ${DESTDIR}${PREFIX}/bin/Tc @rm -f ${DESTDIR}${PREFIX}/bin/Td -.PHONY: all clean dist install uninstall +.PHONY: all clean install uninstall -- cgit v1.2.3