summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deb5eae..dee0031 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ install: all
install -D -m0644 -t $(DESTDIR)$(ETCDIR) shutdownasap.conf
clean:
- rm -f shutdownasap{,.1,.conf}
+ rm -f shutdownasap shutdownasap.1 shutdownasap.conf
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true