From 0e2e8575a1ab3b45e3b43d50011fd6ec75f273cc Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Fri, 21 May 1999 13:48:12 +0000 Subject: [PATCH] (GOMI): New variable. (clean): Use `RM' and `GOMI'. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e2db29..efb8312 100644 --- 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: -- 1.7.10.4