mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
ifndef QUANTUM_DIR
|
|
include ../../../Makefile
|
|
endif
|
|
|
|
# just silently stop, since we need to upload with teensy uploader
|
|
upload: build
|
|
|
|
|
|
|
|
|