Update the Makefile to reflect changes in sim-tools

This commit is contained in:
Karl Koscher 2013-06-24 13:29:52 -07:00
parent a09b12b682
commit 645f22a684
1 changed files with 2 additions and 2 deletions

View File

@ -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