1
0
mirror of https://github.com/golang/go synced 2024-11-24 04:30:14 -07:00
go/doc/articles/wiki/Makefile
Aram Hăvărneanu 22a7b3442e doc/articles/wiki: remove GNU make dependency
R=golang-dev, adg, minux.ma
CC=golang-dev
https://golang.org/cl/38410043
2013-12-15 17:51:03 -05:00

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)