From e2a0cf2a79b43f9f86b74270f3d96fe300687804 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 20 Jan 2024 12:31:58 -0500 Subject: Cleanup unused files and code. --- linux-bin/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 linux-bin/Makefile (limited to 'linux-bin/Makefile') 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 -- cgit v1.2.3