blob: c773da83664cd3e37dbdb4c8e7530a0f0e6849dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $URL$
# $Id$
MODULE := devtools/create_mads
MODULE_OBJS := \
main.o \
parser.o
# Set the name of the executable
TOOL_EXECUTABLE := create_mads
# Include common rules
include $(srcdir)/rules.mk
|