rules.mk 119 B

12345678
  1. COMBO_ENABLE = yes
  2. CONSOLE_ENABLE = yes
  3. SRC += ibnuda.c
  4. ifeq ($(strip $(COMBO_ENABLE)), yes)
  5. SRC += combo.c
  6. endif