branch: externals/pyim commit 80380401eb4593f84085bcfb2610b84029d9e298 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* tests/Makefile (clean, test): Remove pyim-tests-temp-* --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 13e7966f81..d022834cf7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh EMACS ?= emacs clean: - @rm -rf pyim-tests-dcache-* + @rm -rf pyim-tests-temp-* .PHONY: deps deps: @@ -17,4 +17,4 @@ deps: .PHONY: test test: deps clean @$(EMACS) --batch --quick --directory .. --directory ./deps --load ./pyim-tests.el - @rm -rf pyim-tests-dcache-* + @rm -rf pyim-tests-temp-*