targets/__init__.py
changeset 425 f390e9fdd2cf
parent 209 08dc3d064cb5
child 642 cd7ccbbbf471
--- 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