mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
15 lines
183 B
Makefile
15 lines
183 B
Makefile
MODULE := math
|
|
|
|
MODULE_OBJS := \
|
|
angle.o \
|
|
matrix3.o \
|
|
matrix4.o \
|
|
line3d.o \
|
|
line2d.o \
|
|
rect2d.o \
|
|
vector2d.o \
|
|
vector3d.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|