Add Makefile

This commit is contained in:
foostan 2024-01-28 19:36:03 +09:00
commit 51a0099434
No known key found for this signature in database
GPG Key ID: 5717998CB8742205
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# OSX thumbnails cache file
.DS_Store

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
.PHONY: pull-qmk-firmware
pull-qmk-firmware:
git subtree pull --prefix qmk/qmk_firmware https://github.com/qmk/qmk_firmware.git master --squash