summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-14 18:26:01 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-14 18:26:12 -0400
commit213a092c5aba222c21dd21fd6029a249357b1f54 (patch)
tree004b3f235ed79ec4d091dfdb61d17a88726e3358 /Makefile
parent10b69d135617e36522fd7e2e1273bf389c6a400f (diff)
downloadconf-213a092c5aba222c21dd21fd6029a249357b1f54.tar.gz
conf-213a092c5aba222c21dd21fd6029a249357b1f54.zip
removing a crontab is -r these days
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)/.% : %