lock

Fork of xl, the simplest screen locker
git clone git://git.laack.co/lock.git
Log | Files | Refs | README | LICENSE

commit b8b111ce2aa1e1f183c8d219259864f1b729c946
parent 269b78729601107d10ba648fe2910d9630c0cb6a
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 15 Sep 2026 08:39:26 -0500

Added install target in readme

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -20,6 +20,9 @@ all: xl xl: $(OBJS) $(CC) $(CFLAGS) -o xl $(OBJS) $(LIBS) +install: xl + cp xl /usr/local/bin + clean: rm -f $(OBJS)