Great reorganization.
[profile] / el / Makefile
diff --git a/el/Makefile b/el/Makefile
new file mode 100644 (file)
index 0000000..987378a
--- /dev/null
@@ -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 "$<")'