summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-21 21:33:53 -0400
committerIan Moffett <ian@osmora.org>2025-08-21 21:33:53 -0400
commit3dd963f27a6818ce2a1140a8f420ff5ba6003bde (patch)
tree52ec22110ffe925a0ee057945c5b5c43eae256c7 /usr.bin/Makefile
parent6bd8fc75891cf2c08aaf4584f0110ca1cbbf84db (diff)
usr: Add new 'notes' music program
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
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)