def make(self): touch(join(self.dir, "answer.txt"))
def make(self): sh.touch("build/done.txt", self.log)
def make(self): touch(join(self.dir, "answer.tmp"))