From 06549448c8e0c2e499bd12001b4ec56ba3752d89 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 29 Aug 2025 17:23:08 +0200 Subject: fzf bin plus fix bad behaviour --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a347df2..88597ab 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DEST := /usr .DEFAULT_GOAL := ${TARGET} run: ${SRC} - go run ${SRC_DIR} -s + go run ${SRC_DIR} ${TARGET}: ${SRC} go build -o ${TARGET} ${SRC_DIR} -- cgit v1.2.3