summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-03-17 16:11:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-03-17 16:11:21 +0900
commit9ffe951f6d5bdb0249fb73b42e28defe0374c4e7 (patch)
tree4834361b4c437613f658252b5f1dcbe78bd15794
parenta5ea4f57bd8d6dba0347a75f4c6f5bc8eb7ab68a (diff)
Update Makefile target dependencies
Because shell integration scripts are now embedded in the binary
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)