aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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