aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2009-11-12 13:55:20 -0800
committerAdam Langley <agl@golang.org>2009-11-12 13:55:20 -0800
commit454c621d91fab6b0143fd678fd2d10ed3c28a983 (patch)
tree479e04ac210f4739e71ae6ed6c4a130ad1157612
parentcf16443c69ff45db8b9493a92bec0812111b1c78 (diff)
downloadgo-454c621d91fab6b0143fd678fd2d10ed3c28a983.tar.gz
go-454c621d91fab6b0143fd678fd2d10ed3c28a983.zip
exp/draw: correct Makefile.
Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102
-rw-r--r--src/pkg/exp/draw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exp/draw/Makefile b/src/pkg/exp/draw/Makefile
index 865fae1038..44238c5cfb 100644
--- a/src/pkg/exp/draw/Makefile
+++ b/src/pkg/exp/draw/Makefile
@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
-TARG=draw
+TARG=exp/draw
GOFILES=\
arith.go\
color.go\