mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
6187efe623
svn-id: r43952
15 lines
217 B
Makefile
15 lines
217 B
Makefile
# $URL$
|
|
# $Id$
|
|
|
|
MODULE := tools/create_teenagent
|
|
|
|
MODULE_OBJS := \
|
|
create_teenagent.o \
|
|
md5.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_teenagent
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|