5 lines
54 B
Makefile
5 lines
54 B
Makefile
all:
|
|
ant debug install
|
|
|
|
run-all-tests: all
|
|
ant test
|