targets/Generic/__init__.py
author Edouard Tisserant
Fri, 19 Jun 2015 21:56:35 +0200
changeset 1466 805826ba48c5
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fixed win32 build warning caused by leftover debug code
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass