aboutsummaryrefslogtreecommitdiff
path: root/linux-bin/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-20 12:31:58 -0500
commite2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch)
treea87edf55f81e78f4d0968d6f006562090260e068 /linux-bin/Makefile
parentec83443853116b07f18fbef8c6de31cf157939a0 (diff)
downloaddotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz
dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz
Cleanup unused files and code.
Diffstat (limited to 'linux-bin/Makefile')
-rw-r--r--linux-bin/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/linux-bin/Makefile b/linux-bin/Makefile
new file mode 100644
index 0000000..eb1db92
--- /dev/null
+++ b/linux-bin/Makefile
@@ -0,0 +1,16 @@
+WHEEL ?= wheel
+
+default: zzz backlight
+
+install-zzz: zzz
+ install -D -o root -g $(WHEEL) -m 755 zzz /sbin/
+ chmod 6750 /sbin/zzz
+
+install-backlight: backlight
+ install -D -o root -g $(WHEEL) -m 755 backlight /sbin/
+ chmod 6750 /sbin/backlight
+
+install: install-zzz install-backlight
+
+clean:
+ rm -f zzz backlight