From a2a40a6dfed0b81ce8714975d2bcb9da36fc8329 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 27 Jun 2022 22:51:18 +0400 Subject: [PATCH] This run target is for testing purposes. Let it serve a current directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2510a28..97ad727 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go run: - bin/${TARGET} -path /srv/ftp -listen 127.0.0.1:19135 + bin/${TARGET} -path . -listen 127.0.0.1:19135 install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}