Add Makefile

This commit is contained in:
akp 2024-06-20 19:49:23 +01:00
parent a548fff764
commit 644b096697
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

10
Makefile Normal file
View 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