1
0
Fork 0

This run target is for testing purposes. Let it serve a current directory.

This commit is contained in:
Alexander Andreev 2022-06-27 22:51:18 +04:00
parent 34a5202ea3
commit a2a40a6dfe
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -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}