mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
f5da05f80d
svn-id: r15885
15 lines
230 B
Makefile
15 lines
230 B
Makefile
MODULE := graphics
|
|
|
|
MODULE_OBJS := \
|
|
graphics/animation.o \
|
|
graphics/font.o \
|
|
graphics/newfont.o \
|
|
graphics/scummfont.o \
|
|
graphics/surface.o
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|