mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add /run dir for projects. See #921
This commit is contained in:
1
resources/testproject/run/run.md
Normal file
1
resources/testproject/run/run.md
Normal file
@@ -0,0 +1 @@
|
||||
`$exec` are by default run here.
|
||||
@@ -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;
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define COMPILER_VERSION "0.4.663"
|
||||
#define COMPILER_VERSION "0.4.664"
|
||||
Reference in New Issue
Block a user