summaryrefslogtreecommitdiff
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
commit673994f1fd2b11367887d1981f2b4a64e1b220c5 (patch)
treeb5d830703c03f481bfce3db0d4f3898824e79f58
parentca281e916156edc052965137f2409cec84234ac7 (diff)
downloadgolang-673994f1fd2b11367887d1981f2b4a64e1b220c5.tar.gz
exp/draw: correct Makefile.
Thanks to Allister Macleod Fixes issue 112. R=rsc CC=golang-dev http://codereview.appspot.com/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 865fae103..44238c5cf 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\