branch: externals/company commit 02f01458f1b56d058c4deff2d83d791c4e8db515 Author: YE <y...@ego.team> Commit: YE <y...@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 \