mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
14 lines
170 B
Makefile
14 lines
170 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
debug.o \
|
|
hashmap.o \
|
|
matrix3.o \
|
|
matrix4.o \
|
|
memorypool.o \
|
|
str.o \
|
|
mutex.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|