diff --git a/template/Makefile b/examples/templates/application/Makefile similarity index 100% rename from template/Makefile rename to examples/templates/application/Makefile diff --git a/examples/templates/application/README.md b/examples/templates/application/README.md new file mode 100644 index 0000000..8a43ac1 --- /dev/null +++ b/examples/templates/application/README.md @@ -0,0 +1,3 @@ +# template + +This is a template for starting new 3DS libctru projects. diff --git a/template/source/main.c b/examples/templates/application/source/main.c similarity index 100% rename from template/source/main.c rename to examples/templates/application/source/main.c diff --git a/template/README.md b/template/README.md deleted file mode 100644 index c10896a..0000000 --- a/template/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# template - -This is a template for starting new 3DS/ctrulib projects.