aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88f1cedf..f33b53f5 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,8 @@ compile: $(EL)
## careful to add proper requires in source files and prevent
## evaluating/optimising top-level forms too early. Using a separate
## emacs process for each file is slower but avoids any chance of
-## accidently polluting the compilation environment.
+## accidently polluting the compilation environment, it also should
+## work with make -j n.
##
.el.elc:
$(BYTECOMP) $*.el