diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-05 04:18:16 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-05 04:18:16 +0000 |
commit | d527cf1b1d8ddbfa79d9b912fe9a7943e19f6555 (patch) | |
tree | 670c788812e32d9e46b57772152d1ee76bb08d05 /usr.bin/Makefile | |
parent | 88285ca7d9ac11c99b01a44d3525acb82d35e1de (diff) |
usr.bin: Add 'readcore' program
This commit introduces a new program called 'readcore'. This program
allows a user to debug crashed programs by passing in the path of a
coredump file.
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 5a931c8..a2abdf0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -17,3 +17,4 @@ all: make -C cat/ $(ARGS) make -C getconf/ $(ARGS) make -C echo/ $(ARGS) + make -C readcore/ $(ARGS) |