From dec18f7b650a7cc905894bc704a000c20248dd5f Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Sun, 15 Aug 2021 11:59:26 -0500 Subject: [PATCH] Update PROTOCOL_DIR --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 4b1031c..f0b7d3c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,5 +1,5 @@ LIBPATHS = $(OBJ_DIR) -PROTOCOL_DIR = $(OBJ_DIR)/protocols/ +PROTOCOL_DIR = $(OBJ_DIR)/cardie/ DEBUG_ENABLED ?= false DEFINES := VERSION="\"0.0.2\"" \