Update Makefile target dependencies

Because shell integration scripts are now embedded in the binary
pull/3684/head
Junegunn Choi 1 month ago
parent a5ea4f57bd
commit 9ffe951f6d
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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)

Loading…
Cancel
Save