altosdroid: Add helper 'makefile'
authorKeith Packard <keithp@keithp.com>
Sun, 9 Feb 2020 04:46:19 +0000 (20:46 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Feb 2020 06:52:23 +0000 (22:52 -0800)
This builds the app from deep inside the source tree.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/app/src/main/java/org/altusmetrum/AltosDroid/makefile [new file with mode: 0644]

diff --git a/altosdroid/app/src/main/java/org/altusmetrum/AltosDroid/makefile b/altosdroid/app/src/main/java/org/altusmetrum/AltosDroid/makefile
new file mode 100644 (file)
index 0000000..578197c
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       make -C ../../../../../../.. $@
+
+%:
+       make -C ../../../../../../.. $@