Add /run dir for projects. See #921

This commit is contained in:
Christoffer Lerno
2023-09-28 10:01:20 +02:00
parent aa6101d8ea
commit f3752d273c
3 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1 @@
`$exec` are by default run here.

View File

@@ -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;

View File

@@ -1 +1 @@
#define COMPILER_VERSION "0.4.663"
#define COMPILER_VERSION "0.4.664"