From a09b12b6823d689ea763f5ea77fad17e2063593f Mon Sep 17 00:00:00 2001 From: Eric Butler Date: Thu, 9 Aug 2012 22:58:20 -0700 Subject: Fix include path in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48a8a6a..d0cf3a9 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ PACKAGE_VERSION = 1.0 SOURCES = \ src/org/toorcamp/HelloSTK/HelloSTK.java -include ../toorcamp-javacard-sdk/makefiles/applet-project.mk +include ../sim-tools/javacard/makefiles/applet-project.mk -- cgit v1.2.3