Skip to content

Commit 454c621

Browse files
committed
exp/draw: correct Makefile.
Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102
1 parent cf16443 commit 454c621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/exp/draw/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
include $(GOROOT)/src/Make.$(GOARCH)
66

7-
TARG=draw
7+
TARG=exp/draw
88
GOFILES=\
99
arith.go\
1010
color.go\

0 commit comments

Comments
 (0)