aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-22 09:56:18 +0800
committertypebrook <typebrook@gmail.com>2019-04-22 09:56:18 +0800
commit6afba71b0809368b09031b76a01fdc82f3840442 (patch)
treef528216c63a7b5c924142c3884ad21a45b7e5e9e /Makefile
parent8e3f90846e19ed6877205afb8a5d78301c21f718 (diff)
update
Diffstat (limited to 'Makefile')
-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