diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-21 02:22:50 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-21 02:22:50 -0400 |
commit | d13b05d5e96a33b2845bb843164b4b54626b331b (patch) | |
tree | 82bbab67685e50090165661bbac16d9df19bfff2 /usr.bin/Makefile | |
parent | a1c1e3b1d232bd1deade62b025bb733551fb4516 (diff) |
usr.bin: Add 'mrow' game
Add fun mrow game with the goal of catching little mice like a silly
kitty!!!
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 5722fd3..8b22b73 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -12,3 +12,4 @@ all: make -C time/ $(ARGS) make -C mex/ $(ARGS) make -C beep/ $(ARGS) + make -C mrow/ $(ARGS) |