diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ wiki: | |||
30 | fi | 30 | fi |
31 | 31 | ||
32 | crontab: | 32 | crontab: |
33 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - | 33 | (crontab -l 2>/dev/null; cat tools/*.cron) | crontab - |