chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial import of my profile.
[profile]
/
emacs-Makefile
1
### Emacs configuration Makefile
2
3
all: dot-emacs.elc
4
5
.SUFFIXES: .el .elc
6
.el.elc:
7
emacs --batch --eval '(byte-compile-file "$<")'