qmk_overlay/Makefile
2024-06-20 19:49:23 +01:00

10 lines
No EOL
153 B
Makefile

.PHONY: apply reset pull
apply: reset
cp -r repo/* qmk
pull: reset
git submodule update --remote --merge
reset:
git submodule foreach git clean -fd