mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
407aee486d
- adopted more common dir code from scummvm for easier multi platform support - synced some changes from scummvm code
10 lines
125 B
Makefile
10 lines
125 B
Makefile
MODULE := engine/smush
|
|
|
|
MODULE_OBJS := \
|
|
blocky16.o \
|
|
smush.o \
|
|
vima.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|