diff --git a/makefile-templates/Makefile.lecture b/makefile-templates/Makefile.lecture index d9e836e..f60fc6d 100755 --- a/makefile-templates/Makefile.lecture +++ b/makefile-templates/Makefile.lecture @@ -133,7 +133,7 @@ ################################################################################ # -# Add custom rules and variables below here as necessary. +# Add custom variables below here as necessary. # @@ -142,3 +142,9 @@ # Include standard variables and rules for building lectures. # include $(GLOBAL_HANDBOOK_INCLUDE)/build_lecture_rules.make + + +################################################################################ +# +# Add custom rules below here as necessary. +#