mirror of
https://github.com/golang/go
synced 2024-11-24 04:30:14 -07:00
22a7b3442e
R=golang-dev, adg, minux.ma CC=golang-dev https://golang.org/cl/38410043
11 lines
243 B
Makefile
11 lines
243 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)
|