diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-15 17:35:26 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-15 17:35:26 -0400 |
commit | bc9959c25e9f22ae73a34ac6c4c9cd9cae8ebeca (patch) | |
tree | c3dc83267e8cedb8546fbea8bb5eb5fd3fad2eeb /usr.bin/Makefile | |
parent | c648f817a83f4377bc57c6df67d7de169cc53a53 (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/Makefile | 1 |
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) |