el/dot-emacs.el: Fix tab key in TeX-ish modes.
[profile] / el / Makefile
... / ...
CommitLineData
1### Emacs configuration Makefile
2
3EMACS = emacs
4
5all: dot-emacs.elc
6
7.SUFFIXES: .el .elc
8.el.elc:
9 $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'