chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bash_profile: Make editor selection indirect via a script mdw-editor.
[profile]
/
emacs-Makefile
1
### Emacs configuration Makefile
2
3
EMACS = emacs
4
5
all: dot-emacs.elc
6
7
.SUFFIXES: .el .elc
8
.el.elc:
9
$(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'