mirror of https://github.com/golang/go.git
doc/articles/wiki: remove GNU make dependency
R=golang-dev, adg, minux.ma CC=golang-dev https://golang.org/cl/38410043
This commit is contained in:
parent
1dabd71666
commit
22a7b3442e
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
all: index.html
|
||||
|
||||
CLEANFILES:=get.bin final-test.bin a.out
|
||||
CLEANFILES=get.bin final-test.bin a.out
|
||||
|
||||
clean:
|
||||
rm -f $(CLEANFILES)
|
||||
|
|
|
|||
Loading…
Reference in New Issue