blob: 1eb103267a47502a74b0faa60dc4385cbeeb3fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|