diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-19 19:20:43 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-19 19:20:43 +0000 |
commit | 35a0640fe55298e206abe62f6509b9fb6e5c616e (patch) | |
tree | 61df79db73f4abd16e66f604452165e25d442d54 /usr.bin/Makefile | |
parent | 28f93da2bda5c45afcbbfc2740c774e0bf76c8f7 (diff) |
usr: Add glitch-art 'screensave' program
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |