diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-29 01:20:13 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-29 01:20:13 +0200 |
commit | 5a36451a5e295772cd035bdb0848e098dc957512 (patch) | |
tree | 307194851072b55e82ea85ca3bc69bf8fc7c6d7a /sys/src/games | |
parent | 0c1110ace2f247d2605599bb02f2866aee2ab1c6 (diff) |
blit: fix mkfile
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/mkfile b/sys/src/games/mkfile index 636ea3726..c2c7c867d 100644 --- a/sys/src/games/mkfile +++ b/sys/src/games/mkfile @@ -3,7 +3,6 @@ TARG=4s\ 5s\ ana\ - blit\ catclock\ festoon\ geigerstats\ @@ -25,6 +24,7 @@ BIN=/$objtype/bin/games DIRS=\ blabs\ + blit\ c64\ doom\ galaxy\ |