seperate out library compilation from general compilation

This can help with a more nuanced compilation. (eg. use system libraries
rather than compile our own)
Furthermore, it decreases the needed compilation time, since we needn't
recompile the whole thing when having cleaned out our local sources.
This commit is contained in:
2025-09-12 17:42:46 +02:00
parent ed5aed474e
commit 7db3e97085
2 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@@ -18,5 +18,6 @@
*.lock
/bin/
/obj/
/lib/obj/
compile_commands.json
compile_commands.events.json