diff options
author | aiju <devnull@localhost> | 2018-11-20 09:22:04 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-11-20 09:22:04 +0000 |
commit | 7a8e875668d92020548d07b5ad30f7b83b61d1fc (patch) | |
tree | 0c8908fb55253c37d2078a1e8a621f3fea96762b /sys/src/games | |
parent | 99d2e68a6a97fcdf5fe57ae9a6cda87fc142848b (diff) |
games/md: fix mkfile
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/md/mkfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/src/games/md/mkfile b/sys/src/games/md/mkfile index 42a906cf3..8ca069758 100644 --- a/sys/src/games/md/mkfile +++ b/sys/src/games/md/mkfile @@ -3,7 +3,7 @@ BIN=/$objtype/bin/games TARG=md OFILES=\ - ../blit/cpu.$O\ + cpu.$O\ mem.$O\ md.$O\ vdp.$O\ @@ -16,3 +16,6 @@ HFILES=dat.h fns.h </sys/src/cmd/mkone eui.$O: ../eui.c $CC $CFLAGS ../eui.c + +cpu.$O: ../blit/cpu.c + $CC $CFLAGS ../blit/cpu.c |