예제 #1
0
 def make(self):
     touch(join(self.dir, "answer.txt"))
예제 #2
0
 def make(self):
     sh.touch("build/done.txt", self.log)
예제 #3
0
파일: Makefile.py 프로젝트: pombredanne/mk
 def make(self):
     touch(join(self.dir, "answer.tmp"))
예제 #4
0
 def make(self):
     sh.touch("build/done.txt", self.log)