print(file=f)
print(".PHONY: build", file=f) # there may be a directory called "build"
print(file=f)
- print("build %:", file=f) # need to mention "build" here again explicitly so PHONY takes effect
+ print("%:", file=f)
# write proper dh call
dh = self.dh
if self.dhWith: