diff options
author | dzwdz | 2023-08-16 14:47:32 +0200 |
---|---|---|
committer | dzwdz | 2023-08-16 14:47:32 +0200 |
commit | c727e234a91a01742f96bb5715616896922143f4 (patch) | |
tree | 4771f87db87a4f78597fa0ec0d1ef76eccb091c6 /.gitignore | |
parent | 034a60c19f15f74186bfb902172bf0f1cd356321 (diff) |
build: generate the Makefile in python
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ out cache +Makefile toolchain/prefix/ toolchain/*-build/ |