rules.mk 197 B

1234567891011
  1. SRC += danielo515.c \
  2. alt_tab.c \
  3. process_records.c
  4. ifeq ($(strip $(COMBO_ENABLE)), yes)
  5. SRC += combo.c
  6. endif
  7. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  8. SRC += tap_dance.c
  9. endif