From 38b4faa5dc859f6501884d116cdd21dd6e0d0e57 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 6 May 2024 22:59:06 +0900 Subject: [PATCH] update makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 16150e5a..f4abe6e6 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,6 @@ all: target/$(BINARY) test: $(SOURCES) [ -z "$$(gofmt -s -d src)" ] || (gofmt -s -d src; exit 1) SHELL=/bin/sh GOOS= $(GO) test -v -tags "$(TAGS)" \ - github.com/junegunn/fzf \ github.com/junegunn/fzf/src \ github.com/junegunn/fzf/src/algo \ github.com/junegunn/fzf/src/tui \