mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +00:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
clean:
|
|
killall adb
|
|
|
|
all: clean
|
|
ant debug install
|
|
|
|
run-all-tests: all
|
|
ant test
|