diff options
author | aiju <devnull@localhost> | 2019-11-03 13:54:26 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2019-11-03 13:54:26 +0000 |
commit | 528936156f02103a1b884d82d003f3cf4089923d (patch) | |
tree | 31485a56849b7076969449ffdf9b4ac9f2675009 /sys/src/games | |
parent | ae61eb9381f6b0c70e1c52bf2c2b7f4cd0b5bb6f (diff) |
add games/linden and turtle to mkfile
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/games/mkfile b/sys/src/games/mkfile index 824f422c7..7add7a98a 100644 --- a/sys/src/games/mkfile +++ b/sys/src/games/mkfile @@ -8,6 +8,7 @@ TARG=4s\ geigerstats\ juggle\ life\ + linden\ memo\ mole\ mus\ @@ -19,6 +20,7 @@ TARG=4s\ dmid\ dpic\ todpic\ + turtle\ OFILES= HFILES= |