aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-01 17:03:31 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:30:39 +0200
commitb6eb4339aa1d6a28f2520d8ba68fa9596d165d98 (patch)
tree39885aac11500fde61de31d85b54b956ad2ca947
parent334f6701b79ba5fcdb78441a3ea68d3b5ad23e14 (diff)
Makefile: define 'all' target
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1e384f7..8ae37f1 100644
--- a/Makefile
+++ b/Makefile
@@ -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: