diff options
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) |