mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
69bceafc6e
svn-id: r5653
14 lines
190 B
Makefile
14 lines
190 B
Makefile
MODULE := simon
|
|
|
|
MODULE_OBJS = \
|
|
simon/debug.o \
|
|
simon/items.o \
|
|
simon/midi.o \
|
|
simon/res.o \
|
|
simon/simon.o \
|
|
simon/verb.o \
|
|
simon/vga.o
|
|
|
|
# Include common rules
|
|
include common.rules
|