From 7c9ad434cb1e84b90508eff2793e706e5b786df1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 8 Feb 2022 23:59:24 +0400 Subject: [PATCH] Added run-clear to Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1e42241..43110e5 100755 --- a/Makefile +++ b/Makefile @@ -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