intento.inicioCompila = datetime.datetime.now()
make = subprocess.Popen(('make', '-f', makefile), stdout=subprocess.PIPE,
stderr=subprocess.PIPE, cwd=intento_dir)
intento.inicioCompila = datetime.datetime.now()
make = subprocess.Popen(('make', '-f', makefile), stdout=subprocess.PIPE,
stderr=subprocess.PIPE, cwd=intento_dir)