1
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

View File

@ -15,7 +15,7 @@ ${TARGET}:
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run: run:
bin/${TARGET} -path /srv/ftp -listen 127.0.0.1:19135 bin/${TARGET} -path . -listen 127.0.0.1:19135
install: install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}