1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/doc/articles/wiki/Makefile
2013-10-08 11:14:35 +11:00

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)