Add the # at the end of PCSRC in the .mk template
[bertos.git] / wizard / mktemplates / template.mk
index 863bc13a4bda48048a51b378d077ccd6ebef7676..4c3b886c3a7a17698e8aab61ac6cc773e4e60498 100644 (file)
@@ -8,8 +8,8 @@
 #
 #
 
-# Set to 1 for debug builds
-$pname_DEBUG = 1
+# Constants automatically defined by the selected modules
+$constants
 
 # Our target application
 TRG += $pname
@@ -27,7 +27,9 @@ $pname_CSRC = \
        $main \
        #
 
-$pname_PCSRC += $pcsrc
+$pname_PCSRC += \
+       $pcsrc
+       #
 
 
 $pname_CFLAGS = $cflags