Move @TODO@ somewhere more sensible

This commit is contained in:
Laurence Withers 2006-07-25 20:22:00 +01:00
parent a33f2317ca
commit 2e63a2f2fe
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
if [ -z ${@CNAME@_BUILT} ]
then
@CNAME@="obj/@NAME@"
EXTRAS="@TODO@" # cflags, libs
EXTRAS="" # @TODO@ cflags, libs
echo "Building application ${@CNAME@}..."

View File

@ -6,7 +6,7 @@
if [ -z ${@NAME@_BUILT} ]
then
@NAME@="obj/@NAME@"
EXTRAS="@TODO@" # cflags, libs
EXTRAS="" # @TODO@ cflags, libs
echo "Building application ${@NAME@}..."