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

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

[nongnu] elpa/systemd 70c7620 116/131: add -pkg file to clean target


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 70c7620 116/131: add -pkg file to clean target
Date: Sun, 29 Aug 2021 11:35:25 -0400 (EDT)

branch: elpa/systemd
commit 70c762072d2ded68b7754624f0995c5c0641b17a
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    add -pkg file to clean target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eba0524..c142855 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ check: test/systemd-tests.el systemd.elc
                (ert-run-tests-batch-and-exit))"
 
 clean:
-       $(RM) $(SRC:.el=.elc)
+       $(RM) $(SRC:.el=.elc) systemd-pkg.el
 
 dist: clean systemd-pkg.el
        mkdir systemd-$(VERSION)



reply via email to

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