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

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

[nongnu] elpa/buttercup 62a34c7 322/340: Remove elc files in tests on ma


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 62a34c7 322/340: Remove elc files in tests on make clean
Date: Thu, 16 Dec 2021 14:59:59 -0500 (EST)

branch: elpa/buttercup
commit 62a34c7b6339665df5ea654231177430111a1e3f
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Remove elc files in tests on make clean
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4a543cf..276f24c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,4 +25,4 @@ release: clean test
        tar -c $(DISTFILES) --transform "s,^,buttercup-$(VERSION)/," 
--transform 's/README.md/README.txt/' > "dist/buttercup-$(VERSION).tar"
 
 clean:
-       rm -f *.elc
+       rm -f *.elc tests/*.elc



reply via email to

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