Makefile
changeset 165 9f5dd505a4cf
parent 164 d7ed163b397e
child 260 437507e141b4
--- a/Makefile	Mon Sep 14 12:16:12 2009 +0300
+++ b/Makefile	Mon Sep 14 12:20:43 2009 +0300
@@ -4,7 +4,7 @@
   $(error Home env var not set!)
 endif
 
-.PHONY: all install preinstall install-all preinstall-all update-dot-emacs-pre update-dot-emacs-post
+.PHONY: all install preinstall install-all preinstall-all update-dot-emacs-pre update-dot-emacs-post tar
 
 all: install
 
@@ -44,7 +44,7 @@
 		fi; \
 	done
 
-dist-tar:
+tar:
 	tar cf dot-emacs.tar .emacs .emacs-my
 
 clean: