mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
9a955180a4
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275
12 lines
148 B
Makefile
12 lines
148 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
engine.o \
|
|
main.o \
|
|
commandLine.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|