From 3dd963f27a6818ce2a1140a8f420ff5ba6003bde Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 21 Aug 2025 21:33:53 -0400 Subject: usr: Add new 'notes' music 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 2bbc185..d754404 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -29,3 +29,4 @@ all: make -C sysctl/ $(ARGS) make -C reboot/ $(ARGS) make -C screensave/ $(ARGS) + make -C notes/ $(ARGS) -- cgit v1.2.3