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:
parent
1558834248
commit
b99a6d465a
11
src/pkg/runtime/debug/Makefile
Normal file
11
src/pkg/runtime/debug/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user