Add Makefile
This commit is contained in:
parent
a548fff764
commit
644b096697
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: apply reset pull
|
||||
|
||||
apply: reset
|
||||
cp -r repo/* qmk
|
||||
|
||||
pull: reset
|
||||
git submodule update --remote --merge
|
||||
|
||||
reset:
|
||||
git submodule foreach git clean -fd
|
Loading…
Add table
Add a link
Reference in a new issue