mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Add android check skeletons
This commit is contained in:
parent
ebd667fe16
commit
118ea8da27
1 changed files with 8 additions and 0 deletions
|
@ -108,6 +108,8 @@ clean:: before-clean internal-clean after-clean
|
||||||
|
|
||||||
check:: before-check internal-check after-check
|
check:: before-check internal-check after-check
|
||||||
|
|
||||||
|
android-check:: before-android-check internal-android-check after-android-check
|
||||||
|
|
||||||
strings:: before-strings internal-strings after-strings
|
strings:: before-strings internal-strings after-strings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -178,6 +180,12 @@ internal-check::
|
||||||
|
|
||||||
after-check::
|
after-check::
|
||||||
|
|
||||||
|
before-android-check::
|
||||||
|
|
||||||
|
internal-android-check::
|
||||||
|
|
||||||
|
after-android-check::
|
||||||
|
|
||||||
before-strings::
|
before-strings::
|
||||||
|
|
||||||
internal-strings::
|
internal-strings::
|
||||||
|
|
Loading…
Reference in a new issue