summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-08-16build: generate the Makefile in pythondzwdz
i've been wanting to do this for a while the main benefit is that i can do stuff per-rule, so i can get rid of the `@mkdir -p $(D)` i had everywhere, and in the near future i can make CC targets automatically depend on a sysroot
2023-08-14reorganization: first stepsdzwdz
2023-02-23toolchain: update, move to a Camellia-specific toolchaindzwdz
2022-04-12git: exclude `out/` even if it's a symlinkdzwdz
2021-08-05add a script which builds i686-elf-binutilsdzwdz
2021-07-10separate the source code from object files; more modular Makefiledzwdz
2021-07-09support building .iso imagesdzwdz
2021-06-24Hello world o/dzwdz