<<
path:
root/public/jinit.git/html/templates/with_args/rules_with_args.jai
blob: b527a56cb9f077a1daf3ad3bcc9c10664b8c7bba
[raw]
[clear marker]
1 gitignore :: #string STR_END
7 main_jai :: #string STR_END
9 MEMORY_DEBUGGER = MEMORY_DEBUGGER_ENABLED
14 #if MEMORY_DEBUGGER_ENABLED defer report_memory_leaks();
16 log("Hello, Sailor!");
23 description = "Supports build arguments",
24 template = "templates/with_args/template.jai",
25 dirs_in_workplace = .[ "src", ],
27 .{ ".gitignore", gitignore },
28 .{ "src/main.jai", main_jai },