Header fix.
[elisp/apel.git] / Makefile
index d14d4ed..040b05c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 9.16
+VERSION = 9.23
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -17,6 +17,8 @@ LISPDIR = NONE
 PACKAGEDIR = NONE
 VERSION_SPECIFIC_LISPDIR = NONE
 
+GOMI   = *.elc
+
 ARCHIVE_DIR_PREFIX = /pub/mule
 
 elc:
@@ -41,7 +43,7 @@ what-where:
 
 
 clean:
-       -rm *.elc
+       -$(RM) $(GOMI)
 
 
 tar: