diff options
Diffstat (limited to 'sys/src/games/md/mkfile')
| -rw-r--r-- | sys/src/games/md/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/games/md/mkfile b/sys/src/games/md/mkfile index b8363745a..7cad014fc 100644 --- a/sys/src/games/md/mkfile +++ b/sys/src/games/md/mkfile @@ -9,7 +9,10 @@ OFILES=\ vdp.$O\ z80.$O\ ym.$O\ + eui.$O\ HFILES=dat.h fns.h </sys/src/cmd/mkone +eui.$O: ../eui.c + $CC $CFLAGS ../eui.c |
