rules.mk 83 B

12345
  1. SRC += narze.c
  2. ifeq ($(strip $(COMBO_ENABLE)), yes)
  3. SRC += superduper.c
  4. endif