1
0
mirror of https://github.com/golang/go synced 2024-11-22 07:24:47 -07:00

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

View File

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