summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-15 17:35:26 -0400
committerIan Moffett <ian@osmora.org>2025-06-15 17:35:26 -0400
commitbc9959c25e9f22ae73a34ac6c4c9cd9cae8ebeca (patch)
treec3dc83267e8cedb8546fbea8bb5eb5fd3fad2eeb /usr.bin/Makefile
parentc648f817a83f4377bc57c6df67d7de169cc53a53 (diff)
usr.bin: Add beep command
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 779aacd..5722fd3 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -11,3 +11,4 @@ all:
make -C kfgwm/ $(ARGS)
make -C time/ $(ARGS)
make -C mex/ $(ARGS)
+ make -C beep/ $(ARGS)