1
0
Fork 0

In Makefile's run target replaced arg names by theirs new long names.

This commit is contained in:
Alexander Andreev 2023-09-23 19:58:47 +04:00
parent 6895c1c0a6
commit cb08e6e334
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

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