aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70eeccf..957119e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ push:
36 git push 36 git push
37 37
38crontab: 38crontab:
39 (crontab -l 2>/dev/null; cat script/*.cron) | crontab - 39 (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab -
40 40
41bashrc: 41bashrc:
42 echo "~/settings/scripts/sync.sh" >> ~/.bashrc 42 echo "~/settings/scripts/sync.sh" >> ~/.bashrc