equal
deleted
inserted
replaced
45 FILES_MODE_EL := $(wildcard *-mode.el) |
45 FILES_MODE_EL := $(wildcard *-mode.el) |
46 |
46 |
47 .PHONY: all |
47 .PHONY: all |
48 all: install |
48 all: install |
49 |
49 |
|
50 ################################################################ |
|
51 # Install/uninstall targets. |
|
52 |
50 .PHONY: install-all |
53 .PHONY: install-all |
51 install-all: install |
54 install-all: install |
52 cp .emacs-pre $(HOME)/.emacs-pre |
55 cp .emacs-pre $(HOME)/.emacs-pre |
53 cp .emacs-post $(HOME)/.emacs-post |
56 cp .emacs-post $(HOME)/.emacs-post |
54 |
57 |
74 |
77 |
75 .PHONY: tar |
78 .PHONY: tar |
76 tar: |
79 tar: |
77 tar cf dot-emacs.tar .emacs .emacs-my |
80 tar cf dot-emacs.tar .emacs .emacs-my |
78 |
81 |
|
82 ################################################################ |
|
83 # Clean targets. |
|
84 |
79 .PHONY: distclean |
85 .PHONY: distclean |
80 distclean: clean |
86 distclean: clean |
81 |
87 |
82 .PHONY: clean |
88 .PHONY: clean |
83 clean: |
89 clean: |