make: enable draw2dgl build+test

This commit is contained in:
Sebastien Binet 2015-04-16 17:05:30 +02:00
parent ef603db535
commit 0eeb62825f
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@ all: install test
install:
cd draw2d && go install
# cd draw2dgl && make install
cd draw2dgl && go install
cd postscript && go install
# cd wingui && make install
build:
cd draw2d && go build
# cd draw2dgl && make build
cd draw2dgl && go build
cd postscript && go build
# cd wingui && make build
test:
#cd cmd && go build draw2dgl.go
cd cmd && go build draw2dgl.go
cd cmd && go build gettingStarted.go
cd cmd && go build testandroid.go
cd cmd && go build testdraw2d.go