diff -r 86a7c1d11bbd -r f390e9fdd2cf targets/__init__.py --- a/targets/__init__.py Thu Oct 22 11:27:30 2009 +0200 +++ b/targets/__init__.py Thu Oct 22 11:28:11 2009 +0200 @@ -74,4 +74,5 @@ filename = path.join(path.split(__file__)[0],name + ".c") return open(filename).read() -from toolchain_gcc import toolchain_gcc \ No newline at end of file +from toolchain_gcc import toolchain_gcc +from toolchain_makefile import toolchain_makefile \ No newline at end of file