10 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
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
 | 
						|
LTO_ENABLE = yes
 | 
						|
 | 
						|
ifeq ($(strip $(MACROS_ENABLED)), yes)
 | 
						|
    OPT_DEFS += -DMACROS_ENABLED
 | 
						|
endif
 | 
						|
 | 
						|
ifeq ($(strip $(USE_BABBLEPASTE)), yes)
 | 
						|
	SRC += babblePaste.c
 | 
						|
endif
 |