Projects STRLCPY alacritty Commits 87c38aa9
🤬
  • ■ ■ ■ ■ ■ ■
    Makefile
    skipped 3 lines
    4 4  RELEASE_DIR = target/release
    5 5  MANPAGE = $(ASSETS_DIR)/alacritty.man
    6 6  MANPAGE-MSG = $(ASSETS_DIR)/alacritty-msg.man
     7 +CONFIGFILE = alacritty.yml
    7 8  TERMINFO = $(ASSETS_DIR)/alacritty.info
    8 9  COMPLETIONS_DIR = $(ASSETS_DIR)/completions
    9 10  COMPLETIONS = $(COMPLETIONS_DIR)/_alacritty \
    skipped 40 lines
    50 51   @tic -xe alacritty,alacritty-direct -o $(APP_EXTRAS_DIR) $(TERMINFO)
    51 52   @cp -fRp $(APP_TEMPLATE) $(APP_DIR)
    52 53   @cp -fp $(APP_BINARY) $(APP_BINARY_DIR)
     54 + @cp -fp $(CONFIGFILE) $(APP_EXTRAS_DIR)/
    53 55   @cp -fp $(COMPLETIONS) $(APP_COMPLETIONS_DIR)
    54 56   @touch -r "$(APP_BINARY)" "$(APP_DIR)/$(APP_NAME)"
    55 57   @codesign --remove-signature "$(APP_DIR)/$(APP_NAME)"
    skipped 25 lines
Please wait...
Page is in error, reload to recover