1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:24:40 -07:00

build: remove intermediate yacc files in Make.ccmd

R=rsc
CC=golang-dev
https://golang.org/cl/3545042
This commit is contained in:
Anthony Martin 2010-12-14 12:22:40 -05:00 committed by Russ Cox
parent 6a4b0191c0
commit add32466bf

View File

@ -13,6 +13,8 @@ $(TARG): $(OFILES) $(LIB)
$(OFILES): $(HFILES)
CLEANFILES+=y.tab.[ch]
clean:
rm -f *.$(HOST_O) $(TARG) $(CLEANFILES)