Update the Makefile to reflect changes in sim-tools
This commit is contained in:
4
Makefile
4
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_AID = 0xd0:0x70:0x02:0xca:0x44:0x90:0x01:0x01
|
||||||
APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK
|
APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK
|
||||||
@@ -9,4 +9,4 @@ PACKAGE_VERSION = 1.0
|
|||||||
SOURCES = \
|
SOURCES = \
|
||||||
src/org/toorcamp/HelloSTK/HelloSTK.java
|
src/org/toorcamp/HelloSTK/HelloSTK.java
|
||||||
|
|
||||||
include ../sim-tools/javacard/makefiles/applet-project.mk
|
include $(SIMTOOLS_DIR)/javacard/makefiles/applet-project.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user