global asm asm = Vec( "asm", lambda i: "%s.o" % (i), "/usr/bin/nasm", lambda o, i, ea: "-f elf64 %s -o %s %s" % (i, o, ea) ) subdir("test")