aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d34f915eeae0af5dae434e7af974b642576ab74a (plain)
1
2
3
4
5
6
7
8
9
10
11
# check out the build.properties / {your platform}.properties / build.xml
# for path settings

all: 
	ant package

clean:
	ant clean
	
test:
	ant test