]> Cypherpunks repositories - gostls13.git/commitdiff
exp/draw: correct Makefile.
authorAdam Langley <agl@golang.org>
Thu, 12 Nov 2009 21:55:20 +0000 (13:55 -0800)
committerAdam Langley <agl@golang.org>
Thu, 12 Nov 2009 21:55:20 +0000 (13:55 -0800)
Thanks to Allister Macleod

Fixes #112.

R=rsc
CC=golang-dev
https://golang.org/cl/152102

src/pkg/exp/draw/Makefile

index 865fae10384f738720771d8195a570924bc7c53a..44238c5cfb2df7dc4aff8610f859c168db7b5f93 100644 (file)
@@ -4,7 +4,7 @@
 
 include $(GOROOT)/src/Make.$(GOARCH)
 
-TARG=draw
+TARG=exp/draw
 GOFILES=\
        arith.go\
        color.go\