summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/draw2d/draw2d/curve/Makefile
blob: 15ceee070bcfc9999e2bb89fd10c4ec19f35a473 (plain)
1
2
3
4
5
6
7
8
9
10
11
include $(GOROOT)/src/Make.inc

TARG=draw2d.googlecode.com/hg/draw2d/curve
GOFILES=\
	cubic_float64.go\
	quad_float64.go\
	cubic_float64_others.go\
	


include $(GOROOT)/src/Make.pkg