aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2012-01-10 13:03:24 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2012-01-10 13:03:24 +0000
commitca1a3deb8c86dae5627a7841bb5abaa967050955 (patch)
treef2e02cd1640e4dd6b3105c2ca7b108c5b57660aa /Makefile
parent82f8fd492e03a40b9698ae2630bb93d6db4ce978 (diff)
Note about make -j for parallel compilation
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