From 3d8ee350532a3fece0236b0fdb7bf8c6717974c2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 17 Dec 2022 22:52:15 +0400 Subject: [PATCH] In make run enable file handling for testing purposes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0830c6..98343c9 100755 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go run: - bin/${TARGET} -path /mnt/data -listen 127.0.0.1:19135 + bin/${TARGET} -file-handling -path /mnt/data -listen 127.0.0.1:19135 install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}