Fix typo
This commit is contained in:
parent
5c5b35c9ca
commit
40b6952993
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -481,7 +481,7 @@ run-linphone:
|
||||||
ant run
|
ant run
|
||||||
|
|
||||||
run-liblinphone-tests: liblinphone_tester
|
run-liblinphone-tests: liblinphone_tester
|
||||||
$(MAKE) -c liblinphone_tester run-all-tests
|
$(MAKE) -C liblinphone_tester run-all-tests
|
||||||
|
|
||||||
run-basic-tests: update-project
|
run-basic-tests: update-project
|
||||||
ant partial-clean
|
ant partial-clean
|
||||||
|
|
Loading…
Reference in a new issue