From 35a0640fe55298e206abe62f6509b9fb6e5c616e Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 19 Aug 2025 19:20:43 +0000 Subject: usr: Add glitch-art 'screensave' program Signed-off-by: Ian Moffett --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 542b143..2bbc185 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -28,3 +28,4 @@ all: make -C dmidump/ $(ARGS) make -C sysctl/ $(ARGS) make -C reboot/ $(ARGS) + make -C screensave/ $(ARGS) -- cgit v1.2.3