* Makefile (elc): Remove emu*.elc to use newest emu by
[elisp/apel.git] / Makefile
index 857cbe0..86a23b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LISPDIR = NONE
 
 
 elc:
-       $(EMACS) $(FLAGS) -f compile-apel
+       rm emu*.elc; $(EMACS) $(FLAGS) -f compile-apel
 
 install:
        $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR)