Move code generation to makefile.

This commit is contained in:
Jeffrey Regan
2019-11-08 14:28:19 -08:00
committed by jregan
parent 388dd13a5f
commit d54ff23560
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()
}