rules.mk 110 B

123456
  1. SRC += billypython.c
  2. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  3. SRC += tap_dance.c
  4. endif
  5. EXTRAFLAGS += -flto