summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-21 02:22:50 -0400
committerIan Moffett <ian@osmora.org>2025-06-21 02:22:50 -0400
commitd13b05d5e96a33b2845bb843164b4b54626b331b (patch)
tree82bbab67685e50090165661bbac16d9df19bfff2 /usr.bin/Makefile
parenta1c1e3b1d232bd1deade62b025bb733551fb4516 (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/Makefile1
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)