mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
refactoring
This commit is contained in:
8
Makefile
8
Makefile
@@ -49,8 +49,12 @@ shell:
|
||||
make _run_cmd CMD=/bin/bash
|
||||
|
||||
|
||||
regen:
|
||||
python3 genmap.py
|
||||
regen: _testenv
|
||||
for file in kvmd/data/keymap.yaml 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"; \
|
||||
done
|
||||
|
||||
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user