1
0

5 Commits

Author SHA1 Message Date
3e3a39963e build: Makefile actually clean compile_flags.txt 2026-06-01 13:15:47 +02:00
c8dbbac38f build: compile_commands.json → compile_flags.txt
Also have make update it
2026-06-01 13:13:35 +02:00
103c50b71b make: Fix clean rules, change intermediary dir
- Fix the clean and deepclean rules to actually make sense: clean
  removes the intermediary, deepclean removes the outputs
- Change the intermediary directory from `out/` to `build/` to better
  reflect how it is used
2026-05-31 14:21:09 +02:00
a28ae3a6e7 have makefile automatically create out/ if it doesn't exist 2026-05-31 12:36:25 +02:00
5788c5d807 initial commit 2026-05-31 12:33:05 +02:00