targets/__init__.py
changeset 435 75fe73597273
parent 425 f390e9fdd2cf
child 642 cd7ccbbbf471
--- a/targets/__init__.py	Tue Oct 27 16:32:54 2009 +0100
+++ b/targets/__init__.py	Mon Nov 02 15:38:49 2009 +0100
@@ -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