aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8cb116f9..2494ba45 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
##
## Author: David Aspinall <David.Aspinall@ed.ac.uk>
##
-## make - do "compile" and "scripts" targets
+## make - do "compile" targets
## make compile - make .elc's
## make scripts - edit paths to bash/perl/PGHOME in scripts
## make install - install into system directories
@@ -103,7 +103,7 @@ elc: $(ELC)
## Default targets
##
-all: compile scripts
+all: compile
##