summaryrefslogtreecommitdiffstats
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 25ad08c..8e07724 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ install : build $(INSTALLED) /var/spool/cron/$(USER)
clean :
$(ECHO) Cleaning from $(INTO)
- @crontab -d
+ @crontab -r
$(RM) $(BUILD) $(INSTALLED)
$(INTO)/.% : %