diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-23 15:08:38 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-23 15:08:38 -0400 |
commit | 16807ff976a8cf71babf9d28bcfe3ceb7911f142 (patch) | |
tree | 03f2834d02d3ebb74950cbbe30d1b10e3ef0ae99 /usr.bin/Makefile | |
parent | 3c84e64787322e1a1ccc0e5a375add036479860c (diff) |
usr.bin: Add 'elfdump' tool
Introduce the 'elfdump' utility to dump information relating to
ELF files. This is useful for debugging purposes.
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 9b241d8..0dd6b84 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -13,3 +13,4 @@ all: make -C mex/ $(ARGS) make -C beep/ $(ARGS) make -C mrow/ $(ARGS) + make -C elfdump/ $(ARGS) |