aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
blob: 0b544314539efc9eb41f4ee9b4b6da7aeba84fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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