Commit add32466 authored by Anthony Martin's avatar Anthony Martin Committed by Russ Cox

build: remove intermediate yacc files in Make.ccmd

R=rsc
CC=golang-dev
https://golang.org/cl/3545042
parent 6a4b0191
......@@ -13,6 +13,8 @@ $(TARG): $(OFILES) $(LIB)
$(OFILES): $(HFILES)
CLEANFILES+=y.tab.[ch]
clean:
rm -f *.$(HOST_O) $(TARG) $(CLEANFILES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment