Magik is a build system for learning that might become something if I put enough time into it
All the todo's and fixme's are in place due to wanting a working copy of magik before I optimize
- To build, run
make - To build and run, run
make run - To make docs, run
make docs - To get compile_flags.txt for clangd, run
make gen-cflags - To fully clean, run
make full-clean