mirror of
https://github.com/golang/go
synced 2024-11-12 08:50:22 -07:00
0d676f3d1e
Fixes #6525. R=r CC=golang-dev https://golang.org/cl/14383043
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# Copyright 2010 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
all: index.html
|
|
|
|
CLEANFILES:=get.bin final-test.bin a.out
|
|
|
|
clean:
|
|
rm -f $(CLEANFILES)
|