mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
MODULE := sound
|
|
|
|
MODULE_OBJS = \
|
|
sound/fmopl.o \
|
|
sound/mididrv.o \
|
|
sound/midistreamer.o \
|
|
sound/mixer.o \
|
|
sound/mpu401.o
|
|
|
|
# Include common rules
|
|
include common.rules
|