Use a proper makefile rather than the `setup' script.
[profile] / el / Makefile
diff --git a/el/Makefile b/el/Makefile
deleted file mode 100644 (file)
index 6549fde..0000000
+++ /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 "$<")'