aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-04-14 01:19:29 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 23:30:38 +0200
commit5024eae960cc1b56fb0e0aebc6edaa86690d446d (patch)
tree107ccf687a799983b9229e2e2e309d8701416870 /Makefile
parentc64a043a8e28675e5349223e35fc5245deae6dfd (diff)
downloadslcl-android-5024eae960cc1b56fb0e0aebc6edaa86690d446d.tar.gz
Add Test class
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0a2e70..1da3506 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ ANDROIDSDK = /usr/lib/android-sdk
DX = $(ANDROIDSDK)/build-tools/debian/dx
PLATFORM = $(ANDROIDSDK)/platforms/android-23/android.jar
OBJECTS = \
- HelloWorld.class
+ HelloWorld.class \
+ Test.class
RESOURCES = \
res/layout/activity_main.xml
R = helloworld/R.java