mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
55ae963488
Adding C++11 compatibility tests, disabled by default. See instructions inside the file.
12 lines
159 B
Makefile
12 lines
159 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
test_new_standards.o \
|
|
main.o \
|
|
commandLine.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|