aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Koscher <github@degdeg.com>2013-06-24 13:29:52 -0700
committerKarl Koscher <github@degdeg.com>2013-06-24 13:29:52 -0700
commit645f22a684aa344be6d1ed508854a625fa4119e2 (patch)
treec263bc647caff925a7dbc67baadc1eaf101bcfa0
parenta09b12b6823d689ea763f5ea77fad17e2063593f (diff)
Update the Makefile to reflect changes in sim-tools
-rw-r--r--Makefile4
1 files 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