# HG changeset patch # User Oleksandr Gavenko # Date 1264702556 -7200 # Node ID 81c80df45b378f3eca7bdbbeb67fb7a298d8d158 # Parent b2cd8fbe5ec34a275968fc7a812f67a4d5538f29 Udded uninstall target. diff -r b2cd8fbe5ec3 -r 81c80df45b37 Makefile --- a/Makefile Thu Jan 28 20:14:19 2010 +0200 +++ b/Makefile Thu Jan 28 20:15:56 2010 +0200 @@ -25,6 +25,10 @@ cp -f $$file $(HOME)/.emacs.d/my; \ done +.PHONY: uninstall +uninstall: + @echo !!! Nothing done !!! + .PHONY: tar tar: tar cf dot-emacs.tar .emacs .emacs-my