8 lines
128 B
Makefile
8 lines
128 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=draw2d.googlecode.com/hg/draw2dgl
|
||
|
GOFILES=\
|
||
|
gc.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|