aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
commit71a2e07303eb32d0e6e2206276391d55d3cd22c5 (patch)
tree32543b05bf1e70a9eb8c5aa50dd8c820ff5b5b35
parent645e3ffe8e556efe78a4c8a515fe0c1137eb36e5 (diff)
downloadhaxircd-71a2e07303eb32d0e6e2206276391d55d3cd22c5.tar.gz
haxircd-71a2e07303eb32d0e6e2206276391d55d3cd22c5.zip
Makefile: $(error) adds a final period so don't specify one
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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