draw2d/curve/Makefile

12 lines
194 B
Makefile
Raw Normal View History

2011-05-17 21:17:15 +00:00
include $(GOROOT)/src/Make.inc
TARG=draw2d.googlecode.com/hg/draw2d/curve
GOFILES=\
2011-05-19 21:24:56 +00:00
cubic_float64.go\
quad_float64.go\
cubic_float64_others.go\
2011-05-17 21:17:15 +00:00
include $(GOROOT)/src/Make.pkg