From a7ff41a9f4586a8e3d39d3193e9e267e53d06558 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 29 Dec 2022 23:56:44 -0500 Subject: Add a small program to tell Linux it's time to sleep --- bin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/Makefile') 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 -- cgit v1.2.3