appendToMakefile
appendToMakefile(String t)
Appends strings to the generated Makefile.
Example
def on_project_build(e):
ide.appendToMakefile("VERSION =" + str(version++))
appendToMakefile(String t)
Appends strings to the generated Makefile.
Example
def on_project_build(e):
ide.appendToMakefile("VERSION =" + str(version++))