summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4334e962..6b40d579 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ run-ipmi: testenv
regen: testenv
- for file in kvmd/data/keymap.yaml hid/src/keymap.h; do \
+ for file in kvmd/keymap.py hid/src/keymap.h; do \
docker run --user `id -u`:`id -g` --rm \
--volume `pwd`:/src \
-it $(TESTENV_IMAGE) bash -c "cd src && ./genmap.py keymap.in $$file.mako $$file"; \