Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(276)

Side by Side Diff: src/cmd/gofix/Makefile

Issue 4357052: code review 4357052: os: New Open API. (Closed)
Patch Set: diff -r dc1d5042801a https://go.googlecode.com/hg/ Created 14 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2011 The Go Authors. All rights reserved. 1 # Copyright 2011 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=gofix 7 TARG=gofix
8 GOFILES=\ 8 GOFILES=\
9 fix.go\ 9 fix.go\
10 netdial.go\ 10 netdial.go\
11 main.go\ 11 main.go\
12 osopen.go\
12 httpserver.go\ 13 httpserver.go\
13 procattr.go\ 14 procattr.go\
14 15
15 include ../../Make.cmd 16 include ../../Make.cmd
16 17
17 test: 18 test:
18 gotest 19 gotest
19 20
20 testshort: 21 testshort:
21 gotest -test.short 22 gotest -test.short
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b