From 18c9542b6ffa8ede20547faf01b397f40ba38267 Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 17 May 2024 08:45:44 +0100 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce65e35..d6f69fb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC = cc VERSION = 1.0 TARGET = ccc -MANPAGE = ccc.1 +MANPAGE = $(TARGET).1 CONF = config.h PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin