mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 05:06:42 +00:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
|
SRC += billypython.c
|
||
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
||
|
SRC += tap_dance.c
|
||
|
endif
|
||
|
|
||
|
EXTRAFLAGS += -flto
|