aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-11-21 11:34:22 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-11-21 11:34:22 +0800
commita49904e83ab69faefd3d1f657c9c108d4d742353 (patch)
tree79722c9265cb88503397013cfb72afd52cc1b93b /Makefile
parent3924dab6ea63184060896d5c4890f7aa439822f1 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d87a79..c2ad7b5 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ wiki:
45 fi 45 fi
46 46
47crontab: 47crontab:
48 (crontab -l 2>/dev/null; cat tools/*.cron) | crontab - 48 (crontab -l 2>/dev/null; cat tools/cron/* | sed '/^#/ d') | crontab -
49 49
50libinput: 50libinput:
51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/