From 454c621d91fab6b0143fd678fd2d10ed3c28a983 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Thu, 12 Nov 2009 13:55:20 -0800 Subject: [PATCH] exp/draw: correct Makefile. Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102 --- src/pkg/exp/draw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/exp/draw/Makefile b/src/pkg/exp/draw/Makefile index 865fae10384..44238c5cfb2 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\