From 645f22a684aa344be6d1ed508854a625fa4119e2 Mon Sep 17 00:00:00 2001 From: Karl Koscher Date: Mon, 24 Jun 2013 13:29:52 -0700 Subject: Update the Makefile to reflect changes in sim-tools --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0cf3a9..8942300 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -JAVACARD_SDK_DIR = ../toorcamp-javacard-sdk +SIMTOOLS_DIR = ../sim-tools APPLET_AID = 0xd0:0x70:0x02:0xca:0x44:0x90:0x01:0x01 APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK @@ -9,4 +9,4 @@ PACKAGE_VERSION = 1.0 SOURCES = \ src/org/toorcamp/HelloSTK/HelloSTK.java -include ../sim-tools/javacard/makefiles/applet-project.mk +include $(SIMTOOLS_DIR)/javacard/makefiles/applet-project.mk -- cgit v1.2.3