diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-01 17:03:31 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-02 23:30:39 +0200 |
| commit | b6eb4339aa1d6a28f2520d8ba68fa9596d165d98 (patch) | |
| tree | 39885aac11500fde61de31d85b54b956ad2ca947 | |
| parent | 334f6701b79ba5fcdb78441a3ea68d3b5ad23e14 (diff) | |
Makefile: define 'all' target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
