1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:44:44 -07:00

runtime/debug: fix build (missing Makefile)

Why does this happen so often?

R=rsc
CC=golang-dev
https://golang.org/cl/4067042
This commit is contained in:
Rob Pike 2011-01-19 12:36:52 -08:00
parent 1558834248
commit b99a6d465a

View File

@ -0,0 +1,11 @@
# Copyright 2011 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.
include ../../../Make.inc
TARG=runtime/debug
GOFILES=\
stack.go\
include ../../../Make.pkg