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
8 lines
111 B
Makefile
8 lines
111 B
Makefile
MODULE := engine/backend
|
|
|
|
MODULE_OBJS := \
|
|
default-timer.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|