From df054a1821264dfd339afac61656c6a2261fafbf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 6 May 2025 07:18:21 -0400 Subject: much work (run as a daemon, drop priviliges, set priority, etc). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ef8ee2..f1432ba 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: marsond marsond: marsond.c usage.c -usage.c: mkusage.pl marsond.rst +usage.c: mkusage.pl marsond.1 perl mkusage.pl marsond.rst > usage.c marsond.1: marsond.rst -- cgit v1.2.3