aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-05-02Makefile: Add support for generating compile_flags.txtTomasz Kramkowski
This helps tools like clangd understand where the header files are such that they can be used to navigate the codebase quickly and easily.
2024-05-02Makefile: Use a more complete dependency graphTomasz Kramkowski
Use the compiler to generate make-compatible dependency files and include them to ensure targets are recompiled when a header file changes. Also make objects depend on the Makefile explicitly to ensure objects are re-built when the makefile changes.
2024-01-28fix bugs found by emailerPreston Pan
2024-01-28add uncurryPreston Pan
2024-01-15make other thing readmePreston Pan
2024-01-11add more documentationPreston Pan
2024-01-09make shit build; add documentation homepagePreston Pan
2024-01-09reorganize directory structurePreston Pan
2024-01-07forgot what i did lolPreston Pan
2024-01-05fix memory leaks; no error until exitPreston Pan
2024-01-04first commitPreston Pan