15 lines
314 B
15 lines
314 B
#
|
|
# The TARGETNAME variable is defined by the developer. It is the name of
|
|
# the target (component) that is being built by this makefile. It
|
|
# should NOT include any path or file extension information.
|
|
#
|
|
TARGETNAME =
|
|
TARGETPATH =
|
|
TARGETTYPE = NOTARGET
|
|
|
|
SOURCES=
|
|
|
|
NTTARGETFILE0=build_html_files
|
|
|
|
|
|
|