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

Side by Side Diff: src/pkg/debug/proc/Makefile

Issue 4757049: code review 4757049: debug/proc: Remove. (Closed)
Patch Set: diff -r 8a1ad8e85973 https://go.googlecode.com/hg/ Created 13 years, 8 months 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
« no previous file with comments | « src/pkg/Makefile ('k') | src/pkg/debug/proc/proc.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
4
5 include ../../../Make.inc
6
7 TARG=debug/proc
8 GOFILES=\
9 proc.go\
10 proc_$(GOOS).go\
11 regs_$(GOOS)_$(GOARCH).go\
12
13 include ../../../Make.pkg
OLDNEW
« no previous file with comments | « src/pkg/Makefile ('k') | src/pkg/debug/proc/proc.go » ('j') | no next file with comments »

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