From dd52e3a0dd88a42f900ae7e81eccbf6fd1fe48c1 Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 4 Sep 2024 10:55:52 -0400 Subject: Remove duplicated protocols.c dependency resolution --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ab8bf95..aae7fae 100644 --- a/Makefile +++ b/Makefile @@ -506,8 +506,6 @@ $(call DEPS,main,o) $(call DEPS,mutex,o) -$(call DEPS,protocols,o) - ifeq ($(USE_PLAINTEXT),1) $(call DEPS,networks/plaintext,o) endif -- cgit v1.2.3