In Makefile from target run a -guestbook-owner argument was removed because it was hardcoded lately.
This commit is contained in:
parent
cbaa2f32b4
commit
000b5d1dce
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ endif
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
|
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
|
||||||
-guestbook-owner Arav -guestbook-page-size 10
|
-guestbook-page-size 10
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user