beremiz

file isExecutable
Moved template C code to targets dir. Cleaned up some forgotten print.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared"]