diff --git a/resources/testproject/run/run.md b/resources/testproject/run/run.md new file mode 100644 index 000000000..3bcf58f09 --- /dev/null +++ b/resources/testproject/run/run.md @@ -0,0 +1 @@ +`$exec` are by default run here. \ No newline at end of file diff --git a/src/build/project_creation.c b/src/build/project_creation.c index d5ca27366..0860130c0 100644 --- a/src/build/project_creation.c +++ b/src/build/project_creation.c @@ -196,6 +196,8 @@ void create_project(BuildOptions *build_options) if (!dir_make("resources")) goto ERROR; + if (!dir_make("run")) goto ERROR; + if (!dir_make("src")) goto ERROR; if (!dir_change("src")) goto ERROR; diff --git a/src/version.h b/src/version.h index 0c5f1c560..0753155cb 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define COMPILER_VERSION "0.4.663" \ No newline at end of file +#define COMPILER_VERSION "0.4.664" \ No newline at end of file