D G Turner 73e152db57 DEVTOOLS: Remove executable MD5sum check from create_teenagent tool.
Since the md5 class is now unused, it is removed as well.
2012-07-05 09:18:04 +01:00

12 lines
196 B
Makefile

MODULE := devtools/create_teenagent
MODULE_OBJS := \
create_teenagent.o
# Set the name of the executable
TOOL_EXECUTABLE := create_teenagent
# Include common rules
include $(srcdir)/rules.mk