chiark / gitweb /
Make Emacs column width configurable.
[profile] / el / Makefile
CommitLineData
f617db13
MW
1### Emacs configuration Makefile
2
65ff0e8c
MW
3EMACS = emacs
4
f617db13
MW
5all: dot-emacs.elc
6
7.SUFFIXES: .el .elc
8.el.elc:
a1bf764e 9 $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'