From 9ffe951f6d5bdb0249fb73b42e28defe0374c4e7 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 17 Mar 2024 16:11:21 +0900 Subject: [PATCH] Update Makefile target dependencies Because shell integration scripts are now embedded in the binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d13382b..0fde7a60 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version)))) MAKEFILE := $(realpath $(lastword $(MAKEFILE_LIST))) ROOT_DIR := $(shell dirname $(MAKEFILE)) -SOURCES := $(wildcard *.go src/*.go src/*/*.go) $(MAKEFILE) +SOURCES := $(wildcard *.go src/*.go src/*/*.go shell/*sh) $(MAKEFILE) ifdef FZF_VERSION VERSION := $(FZF_VERSION)