fix(build): remove hardcoded outputs

This commit is contained in:
2025-07-27 14:47:52 +02:00
parent 2ccb8d45ce
commit 63c93a9d0e

View File

@@ -1,4 +1,6 @@
all: keymap.svg keymap_ergol.svg
SRC=${wildcard *.yaml}
all: ${SRC:.yaml=.svg}
.venv:
uv venv