rules.mk 85 B

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