mirror of
https://github.com/foostan/crkbd.git
synced 2024-12-03 13:15:15 +00:00
4 lines
133 B
Makefile
4 lines
133 B
Makefile
.PHONY: pull-kbd-module
|
|
pull-kbd-module:
|
|
git subtree pull --prefix pcbs/common/kbd https://github.com/foostan/kbd.git main --squash
|