mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
8d7fe6febc
svn-id: r7932
17 lines
254 B
Makefile
17 lines
254 B
Makefile
MODULE := simon
|
|
|
|
MODULE_OBJS = \
|
|
simon/charset.o \
|
|
simon/debug.o \
|
|
simon/items.o \
|
|
simon/midi.o \
|
|
simon/midiparser_s1d.o \
|
|
simon/res.o \
|
|
simon/sound.o \
|
|
simon/simon.o \
|
|
simon/verb.o \
|
|
simon/vga.o \
|
|
|
|
# Include common rules
|
|
include common.rules
|