1
0
Fork 0

In Makefile long lines was wrapped. Also removed .txt extension.

This commit is contained in:
Alexander Andreev 2023-09-23 21:48:40 +04:00
parent 2b32422754
commit 20729899b0
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 6 additions and 3 deletions

View File

@ -21,14 +21,17 @@ endif
go generate web/web.go
run:
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m -guestbook-owner Arav -guestbook-page-size 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}
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
# install -Dm 0644 LICENSE.RobotoCondensed.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt
# install -Dm 0644 LICENSE.ShareTechMono.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono.txt
# install -Dm 0644 LICENSE.RobotoCondensed.txt \
# ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed
# install -Dm 0644 LICENSE.ShareTechMono.txt \
# ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono
uninstall:
rm ${DESTDIR}${PREFIX}/bin/${TARGET}