1
0

Added run-clear to Makefile.

This commit is contained in:
Alexander Andreev 2022-02-08 23:59:24 +04:00
parent bb3a64d334
commit 7c9ad434cb
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -20,6 +20,9 @@ ${TARGET}:
run:
bin/${TARGET} -conf configs/config.yaml
run-clear:
bin/${TARGET}-clear -conf configs/config.yaml
install:
install -Dm 0755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
install -Dm 0755 ${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean