projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca0db3e
)
(GOMI): New variable.
author
shuhei-k
<shuhei-k>
Fri, 21 May 1999 13:48:12 +0000
(13:48 +0000)
committer
shuhei-k
<shuhei-k>
Fri, 21 May 1999 13:48:12 +0000
(13:48 +0000)
(clean): Use `RM' and `GOMI'.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: