targets/Generic/__init__.py
author Edouard Tisserant
Sat, 29 Mar 2014 14:49:48 +0100
changeset 1402 49441045b192
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
On windows, prepend CWD to PATH before invoking Generic target make command
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass