rules.mk 293 B

12345678910
  1. SRC += milestogo.c babblePaste.c babl_windows.c babl_mac.c babl_vi.c babl_readmux.c babl_chromeos.c babl_kitty.c babl_linux.c
  2. LTO_ENABLE = yes
  3. ifeq ($(strip $(MACROS_ENABLED)), yes)
  4. OPT_DEFS += -DMACROS_ENABLED
  5. endif
  6. ifeq ($(strip $(USE_BABBLEPASTE)), yes)
  7. SRC += babblePaste.c
  8. endif