env = Environment() env = env.Clone(tools = ["nasm"]) starscream = SConscript("../SConscript", "env") env.Program("test", ["test1.c"] + starscream)