summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fda0439..15857ab 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ clean:
rm -f $(targets)
.alsa.save: FORCE
- alsactl --file $(HOME)/.alsa.save store
+ -alsactl --file $(HOME)/.alsa.save store
.nanorc: .nanorc.in $(NANO_SHARE)
cat '$<' > '$@'
@@ -17,7 +17,7 @@ clean:
find ~/Maildir -maxdepth 2 -type f -name "maildirfolder" -printf '%h\n'|sed -r 's@.*/(.*\.)(.*)@.\1\2@'|sort>'$@'
.crontab.cookie: .crontab .crontab.local
- cat $^ | crontab
+ cat $^ | crontab -
date > '$@'
commit: