rules.mk 91 B

123456
  1. SRC += klackygears.c
  2. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  3. SRC += tap_dances.c
  4. endif