rules.mk 231 B

1234567891011121314
  1. COMBO_ENABLE = yes
  2. COMMAND_ENABLE = yes
  3. CONSOLE_ENABLE = yes
  4. TAP_DANCE_ENABLE = yes
  5. SRC += ibnuda.c
  6. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  7. SRC += tapdance.c
  8. endif
  9. ifeq ($(strip $(COMBO_ENABLE)), yes)
  10. SRC += combo.c
  11. endif