X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f4e43257fd5b724d48f6451ab6b88a00b379b606..9906310798d936a6cacd0ec5a2d3b607e911c423:/el/Makefile diff --git a/el/Makefile b/el/Makefile new file mode 100644 index 0000000..987378a --- /dev/null +++ b/el/Makefile @@ -0,0 +1,9 @@ +### Emacs configuration Makefile + +EMACS = emacs + +all: dot-emacs.elc + +.SUFFIXES: .el .elc +.el.elc: + $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'