diff options
author | aiju <devnull@localhost> | 2015-02-07 18:12:06 +0100 |
---|---|---|
committer | aiju <devnull@localhost> | 2015-02-07 18:12:06 +0100 |
commit | be3db32338dc5f5949ced610adf65dc4e0880340 (patch) | |
tree | ce120ad482749dad9d7743b80ba25b0e4d787bee | |
parent | cca3ad2453266279472aaae47ec9a14e59bcf912 (diff) | |
download | plan9front-be3db32338dc5f5949ced610adf65dc4e0880340.tar.xz |
games/mkfile: add c64
-rw-r--r-- | sys/src/games/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/games/mkfile b/sys/src/games/mkfile index ff1bae3f6..47e2e939c 100644 --- a/sys/src/games/mkfile +++ b/sys/src/games/mkfile @@ -23,6 +23,7 @@ BIN=/$objtype/bin/games DIRS=\ blabs\ + c64\ doom\ gb\ gba\ |