mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
4c14cf6d1a
svn-id: r23974
11 lines
136 B
Makefile
11 lines
136 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
commandLine.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|