From 34c3fb9c8d27c69298157b9a9b50a897d01ea773 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 15 Sep 2009 08:28:42 +0000 Subject: Default target: dont edit scripts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8cb116f9..2494ba45 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ## ## Author: David Aspinall ## -## 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 ## -- cgit v1.2.3