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

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

[elpa] externals/pyim 80380401eb 3/4: * tests/Makefile (clean, test): Re


From: ELPA Syncer
Subject: [elpa] externals/pyim 80380401eb 3/4: * tests/Makefile (clean, test): Remove pyim-tests-temp-*
Date: Sat, 25 Dec 2021 19:57:39 -0500 (EST)

branch: externals/pyim
commit 80380401eb4593f84085bcfb2610b84029d9e298
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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-*



reply via email to

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