mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-31 22:53:54 +00:00
9098225910
svn-id: r5706
15 lines
214 B
Makefile
15 lines
214 B
Makefile
MODULE := simon
|
|
|
|
MODULE_OBJS = \
|
|
simon/debug.o \
|
|
simon/items.o \
|
|
simon/midi.o \
|
|
simon/res.o \
|
|
simon/simonsound.o \
|
|
simon/simon.o \
|
|
simon/verb.o \
|
|
simon/vga.o \
|
|
|
|
# Include common rules
|
|
include common.rules
|