emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 02f0145 5/7: Update 'make clean' recipe


From: ELPA Syncer
Subject: [elpa] externals/company 02f0145 5/7: Update 'make clean' recipe
Date: Thu, 30 Sep 2021 16:57:09 -0400 (EDT)

branch: externals/company
commit 02f01458f1b56d058c4deff2d83d791c4e8db515
Author: YE <yet@ego.team>
Commit: YE <yet@ego.team>

    Update 'make clean' recipe
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d3b5855..fe75bce 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ package: *.el
        tar ${TAR_OPTIONS} company-$$ver.tar.bz2 $$(find . -name \*.el)
 
 clean:
-       @rm -rf company-*/ company-*.tar.bz2 *.elc ert.el test/*.elc
+       @rm -rf company-*.tar.bz2 *.elc test/*.elc
 
 test:
        ${EMACS} -Q -nw -L . -l test/all.el \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]