Add new --generator argument and a generator for ninja files

This commit is contained in:
Hedy88 2026-08-10 22:46:50 +01:00
commit 097b273c5d
No known key found for this signature in database
4 changed files with 176 additions and 4 deletions

3
.gitignore vendored
View file

@ -4,7 +4,10 @@
*.lib
*.a
Makefile
*.ninja
*.make
/src/compiler/*.c
/src/system/*.c
/src/js/*.c
compile_commands.json
.cache/