In Makefile's run target replaced arg names by theirs new long names.
This commit is contained in:
parent
6895c1c0a6
commit
cb08e6e334
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ endif
|
||||
go generate web/web.go
|
||||
|
||||
run:
|
||||
bin/${TARGET} -l 127.0.0.1:18123 -db . -ce 10m -gbo Arav -gbp 10
|
||||
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m -guestbook-owner Arav -guestbook-page-size 10
|
||||
|
||||
install:
|
||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user