blob: a169d063b5bf66a4d6e7e8407512c94df14f6fcc [file] [log] [blame]
# Copyright 2009 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 $(GOROOT)/src/Make.$(GOARCH)
TARG=ogle
GOFILES=\
abort.go\
arch.go\
cmd.go\
event.go\
frame.go\
goroutine.go\
rruntime.go\
rtype.go\
rvalue.go\
process.go\
vars.go\
include $(GOROOT)/src/Make.pkg
main.6: main.go
$(GC) -I_obj $<
ogle: main.6 package
$(LD) -L_obj -o $@ $<