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

9
c_config.toml Normal file
View File

@@ -0,0 +1,9 @@
[general]
target = "test"
main = "main.c"
[build]
build_dir = "build"
cc = "gcc"
cflags = "-Wall"