diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-24 04:38:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-24 04:38:09 -0400 |
commit | 4e3351d4a75c02ac7a2a8c60cc6fa6579d95f08f (patch) | |
tree | 90dd8a1f9ae64edd3bcd3e782440d15669c7a868 /usr.bin/Makefile | |
parent | 4da266661f2e8f0f1601bd4c4ed64d244ac984be (diff) |
usr.bin: Add initial 'cat' implementation
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 0dd6b84..18f4b47 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -14,3 +14,4 @@ all: make -C beep/ $(ARGS) make -C mrow/ $(ARGS) make -C elfdump/ $(ARGS) + make -C cat/ $(ARGS) |