branch: elpa/systemd
commit 70c762072d2ded68b7754624f0995c5c0641b17a
Author: Mark Oteiza <mvote...@udel.edu>
Commit: Mark Oteiza <mvote...@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