exp/draw: correct Makefile.

Thanks to Allister Macleod

Fixes #112.

R=rsc
CC=golang-dev
https://golang.org/cl/152102
This commit is contained in:
Adam Langley 2009-11-12 13:55:20 -08:00
parent cf16443c69
commit 454c621d91
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=draw
TARG=exp/draw
GOFILES=\
arith.go\
color.go\