summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e527870..ff54a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: all
install -d $(DESTDIR)$(CACHEDIR)/logwatch
clean:
- rm -f doalogwatch{,.cron}
+ rm -f doalogwatch doalogwatch.cron
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true