fix(build): Makefile is now building the whole svg

- Was only rendering the Base layout before
This commit is contained in:
2025-07-27 20:53:43 +02:00
parent cf16b796ba
commit 197762ed2a

View File

@@ -9,4 +9,4 @@ all: ${SRC:.yaml=.svg}
uv pip install keymap-drawer uv pip install keymap-drawer
%.svg: %.yaml .venv/bin/keymap %.svg: %.yaml .venv/bin/keymap
uv run keymap draw $< -s Base > $@ uv run keymap draw $< > $@