Merge pull request #1765 from monopole/makaMaka

Move code generation to makefile.
This commit is contained in:
Jeff Regan
2019-11-09 08:54:15 -08:00
committed by GitHub
4 changed files with 76 additions and 71 deletions

View File

@@ -132,7 +132,8 @@ func makeOutputFileName(root string) string {
}
func (w *writer) close() {
fmt.Println("Generated " + w.root)
// Do this for debugging.
// fmt.Println("Generated " + makeOutputFileName(w.root))
w.f.Close()
}