aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-29 17:23:08 +0200
committerjoe <rbo@gmx.us>2025-08-29 17:23:08 +0200
commit06549448c8e0c2e499bd12001b4ec56ba3752d89 (patch)
treeccee025bec7bd254ae2c4c31703f17d3c4d0b504 /Makefile
parentfuck good (diff)
downloadhardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.gz
hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.bz2
hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.xz
hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.tar.zst
hardflip-06549448c8e0c2e499bd12001b4ec56ba3752d89.zip
fzf bin plus fix bad behaviour
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}