Author:ptrace
Comitter:ptrace
Date:2025-11-04 13:03:36 UTC
diff --git a/jinit.jai b/jinit.jai
index ecd1c30..7fec4d5 100755
--- a/jinit.jai
+++ b/jinit.jai
@@ -7,7 +7,7 @@ Cli :: #import "Command_Line";
// adapt it to your own taste
FP_SRC_DIR :: string.["src"];
DIRS_IN_WORKPLACE :: string.["src"];
JAI_ENTRYPOINT :: "src/main.jai";
JAI_BUILD :: "build.jai";
@@ -60,7 +60,7 @@ create_git_project :: (root_fp: string, args: Arguments) {
}
create_directories :: (root_fp: string) {
for FP_SRC_DIR {
for DIRS_IN_WORKPLACE {
if String.starts_with(it, "/") {
log("Are you sure you want to create it at the root dir? Input: %", it);
exit(1);
@@ -288,6 +288,6 @@ jinit_compiler_intercept :: () -> success: bool {
main :: () {}
#run build();
_JINIT_END_
_JINIT_END_;