diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,3 +34,6 @@ tig: | |||
34 | push: | 34 | push: |
35 | git commit -am "update" | 35 | git commit -am "update" |
36 | git push | 36 | git push |
37 | |||
38 | crontab: | ||
39 | (crontab -l 2>/dev/null; cat script/*.cron) | crontab - | ||