mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
a9789acfc6
svn-id: r13357
14 lines
208 B
Makefile
14 lines
208 B
Makefile
MODULE := graphics
|
|
|
|
MODULE_OBJS := \
|
|
graphics/animation.o \
|
|
graphics/font.o \
|
|
graphics/scummfont.o \
|
|
graphics/newfont.o
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|