Make `elc' into the default entry.
authoryamaoka <yamaoka>
Mon, 26 Jan 2004 07:41:18 +0000 (07:41 +0000)
committeryamaoka <yamaoka>
Mon, 26 Jan 2004 07:41:18 +0000 (07:41 +0000)
ChangeLog
Makefile

index 71a1f2f..7cecf5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile: Make `elc' into the default entry.
+
 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * poe-xemacs.el (run-at-time): Don't use `defadvice' in order to
index ef95d35..8371425 100644 (file)
--- 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)