From c727e234a91a01742f96bb5715616896922143f4 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 16 Aug 2023 14:47:32 +0200 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ec2699..7738e39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ out cache +Makefile toolchain/prefix/ toolchain/*-build/ -- cgit v1.2.3