5bc282eefe
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 lines
121 B
Makefile
4 lines
121 B
Makefile
SRC += miketronic.c process_records.c
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += $(USER_PATH)/tapdances.c
|
|
endif
|