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