mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
17 lines
200 B
Makefile
17 lines
200 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
debug.o \
|
|
file.o \
|
|
fs.o \
|
|
hashmap.o \
|
|
matrix3.o \
|
|
matrix4.o \
|
|
memorypool.o \
|
|
str.o \
|
|
stream.o \
|
|
mutex.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|