mirror of https://github.com/golang/go.git
goyacc: clean up after units
R=golang-dev, r CC=golang-dev https://golang.org/cl/5286047
This commit is contained in:
parent
78479163cb
commit
fc61ea3ba3
|
|
@ -15,3 +15,4 @@ units: goyacc units.y
|
|||
$(GC) y.go
|
||||
$(LD) -o units y.$O
|
||||
|
||||
CLEANFILES += units y.go y.output
|
||||
|
|
|
|||
Loading…
Reference in New Issue