Makefile: define 'all' target

This commit is contained in:
Xavier Del Campo Romero 2023-09-01 17:03:31 +02:00
parent 334f6701b7
commit b6eb4339aa
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ R = helloworld/R.java
# Resources:
# https://www.hanshq.net/command-line-android.html
all: $(PROJECT).apk
$(PROJECT).apk: keystore.jks
.aligned.apk: