first version of init done

This commit is contained in:
Guilleag01
2025-07-26 21:23:44 +02:00
parent 1a2bd851fe
commit 6df525f978
15 changed files with 67 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
[general]
target = "main"
main = "main.c"
target = "test"
main = "src/main.c"
[build]
build_dir = "build"