This run target is for testing purposes. Let it serve a current directory.
This commit is contained in:
parent
34a5202ea3
commit
a2a40a6dfe
2
Makefile
2
Makefile
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user