From 7e67f474839cdc4089f01d0474fa0fee1b677c16 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Jan 2004 07:41:18 +0000 Subject: [PATCH] Make `elc' into the default entry. --- ChangeLog | 4 ++++ Makefile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71a1f2f..7cecf5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-26 Katsumi Yamaoka + + * Makefile: Make `elc' into the default entry. + 2004-01-07 Katsumi Yamaoka * poe-xemacs.el (run-at-time): Don't use `defadvice' in order to diff --git a/Makefile b/Makefile index ef95d35..8371425 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ GOMI = *.elc ARCHIVE_DIR_PREFIX = /pub/mule +default: elc + what-where: $(EMACS) $(FLAGS) -f what-where-apel \ $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR) -- 1.7.10.4