diff --git a/Makefile b/hello-stk/Makefile similarity index 90% rename from Makefile rename to hello-stk/Makefile index 8942300..932428f 100644 --- a/Makefile +++ b/hello-stk/Makefile @@ -1,4 +1,4 @@ -SIMTOOLS_DIR = ../sim-tools +SIMTOOLS_DIR = ../../sim-tools APPLET_AID = 0xd0:0x70:0x02:0xca:0x44:0x90:0x01:0x01 APPLET_NAME = org.toorcamp.HelloSTK.HelloSTK diff --git a/README.md b/hello-stk/README.md similarity index 100% rename from README.md rename to hello-stk/README.md diff --git a/src/org/toorcamp/HelloSTK/HelloSTK.java b/hello-stk/src/org/toorcamp/HelloSTK/HelloSTK.java similarity index 100% rename from src/org/toorcamp/HelloSTK/HelloSTK.java rename to hello-stk/src/org/toorcamp/HelloSTK/HelloSTK.java