Commit a240af38 authored by Scott Lawrence's avatar Scott Lawrence Committed by Russ Cox

Make.common: add .PHONY rule

to prevent files named 'clean', 'bench', etc... preventing proper build

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/1976044
parent 781c54d0
......@@ -24,3 +24,7 @@ clean:
%.make:
(cd $* && $(QUOTED_GOBIN)/gomake install)
.PHONY: all clean nuke install coverage test bench testpackage-clean\
importpath dir
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