From: yamaoka Date: Mon, 26 Jan 2004 07:41:18 +0000 (+0000) Subject: Make `elc' into the default entry. X-Git-Tag: apel-10_7~28 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=7e67f474839cdc4089f01d0474fa0fee1b677c16;hp=ac802be87a7d8b3e3783ce482e15c1c435a7e49a Make `elc' into the default entry. --- 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)