[build] Move configs/ to assets/build/

I was sick of `configs` colliding with `configure`, and these are
(mostly) static asset files anyway, they should live under assets/.
This commit is contained in:
Justin C. Miller
2023-01-30 00:42:35 -08:00
parent 7771584a18
commit 72db77fb58
7 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class Target(dict):
if (name, config) in cls.__targets:
return cls.__targets[(name, config)]
configs = root / "configs"
configs = root / "assets/build"
dicts = []
depfiles = []