aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:28:42 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:28:42 +0000
commit34c3fb9c8d27c69298157b9a9b50a897d01ea773 (patch)
tree166c3ea864c804e1a2022b9d13f49e3be57a05b3 /Makefile
parentb59298916a9010af99677a6723bb6f2088c86c67 (diff)
Default target: dont edit scripts
Diffstat (limited to 'Makefile')
-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
##