diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-12 00:02:15 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-12 00:02:15 +0100 |
commit | 773f1c5f6ab2d3f5c5a815e83049ab1dab8de690 (patch) | |
tree | dca3d823f743815fd15f5d16867ba803d5800161 | |
parent | 01a1d96315b43501fceaf60b188bcba3fd5d5ab7 (diff) | |
download | plan9front-773f1c5f6ab2d3f5c5a815e83049ab1dab8de690.tar.xz |
fix missing games/gba target in mkfile (thanks qu7uux)
-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 43e125165..ff1bae3f6 100644 --- a/sys/src/games/mkfile +++ b/sys/src/games/mkfile @@ -25,6 +25,7 @@ DIRS=\ blabs\ doom\ gb\ + gba\ mahjongg\ mines\ music\ |