aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-29 23:56:44 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-29 23:56:44 -0500
commita7ff41a9f4586a8e3d39d3193e9e267e53d06558 (patch)
tree820e0b1584d5260c2bff2115bb1f1e9209df1c61 /bin/Makefile
parent95b34698b0cfa8cf56bf93931ad0c5a943faf9d9 (diff)
downloaddotfiles-a7ff41a9f4586a8e3d39d3193e9e267e53d06558.tar.gz
dotfiles-a7ff41a9f4586a8e3d39d3193e9e267e53d06558.tar.xz
Add a small program to tell Linux it's time to sleep
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 0de88b5..c7e37e6 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,6 +1,10 @@
default: install
+install-zzz: zzz
+ install -D -o root -g root -m 755 zzz /sbin/
+ chmod 6755 /sbin/zzz
+
linux:
install backlight $(HOME)/bin
install wpa $(HOME)/bin