From 71a2e07303eb32d0e6e2206276391d55d3cd22c5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 26 Jul 2024 08:00:00 +0800 Subject: Makefile: $(error) adds a final period so don't specify one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2b1967..fba7e40 100644 --- a/Makefile +++ b/Makefile @@ -262,7 +262,7 @@ USE_SERVER := 1 endif ifneq ($(USE_IRCD),1) -$(error Well, you neither want clients nor servers, so... int main(void) {return 0;}, your IRCd is complete.) +$(error Well, you neither want clients nor servers, so... int main(void) {return 0;}, your IRCd is complete) endif -- cgit v1.2.3