targets/__init__.py
changeset 425 f390e9fdd2cf
parent 209 08dc3d064cb5
child 642 cd7ccbbbf471
equal deleted inserted replaced
424:86a7c1d11bbd 425:f390e9fdd2cf
    73 def code(name):
    73 def code(name):
    74     filename = path.join(path.split(__file__)[0],name + ".c")
    74     filename = path.join(path.split(__file__)[0],name + ".c")
    75     return open(filename).read()
    75     return open(filename).read()
    76 
    76 
    77 from toolchain_gcc import toolchain_gcc
    77 from toolchain_gcc import toolchain_gcc
       
    78 from toolchain_makefile import toolchain_makefile