From: Dave Murphy Date: Wed, 24 Dec 2014 19:32:18 +0000 (+0000) Subject: move template to examples/templates/application X-Git-Tag: v0.3.0~39 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=2c4e229370fe8232ecbf5599a1b55e31dadd8240;p=corbenik%2Fctrulib.git move template to examples/templates/application --- 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.