Revision f4d52b1151018f7628e88b37f678fa12ef91d6a5 authored by Eugene Sandulenko on 13 January 2012, 20:49:30 UTC, committed by Eugene Sandulenko on 13 January 2012, 20:49:30 UTC
1 parent 0627b0b
Raw File
module.mk

MODULE := devtools/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
back to top