(GOMI): New variable.
authorshuhei-k <shuhei-k>
Fri, 21 May 1999 13:48:12 +0000 (13:48 +0000)
committershuhei-k <shuhei-k>
Fri, 21 May 1999 13:48:12 +0000 (13:48 +0000)
(clean): Use `RM' and `GOMI'.

Makefile

index 9e2db29..efb8312 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: