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

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

[elpa] externals/window-commander 2e4ca2b354 091/170: ; Don't specify -r


From: ELPA Syncer
Subject: [elpa] externals/window-commander 2e4ca2b354 091/170: ; Don't specify -r when issuing rm in the Makefile's clean target
Date: Wed, 28 Jun 2023 19:00:29 -0400 (EDT)

branch: externals/window-commander
commit 2e4ca2b354a41c98d24552c99841c42917fcba45
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Don't specify -r when issuing rm in the Makefile's clean target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d80387bf4..79bfdaa7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -29,4 +29,4 @@ $(PKG)-$(VERSION).tar: $(PKG).info dir *.el LICENSE
 package: $(PKG)-$(VERSION).tar
 
 clean:
-       rm -rf $(PKG).info dir $(PKG)-$(VERSION).tar
+       rm -f $(PKG).info dir $(PKG)-$(VERSION).tar



reply via email to

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