From 856f06d44fbaae09c12d060d078b81e257159d50 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Mon, 14 Jul 2014 19:54:48 +0200 Subject: [PATCH] fix Makefile comment about library names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38c180c..ad3c1bb 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ else OTHER_BUILD_DIR := $(DEBUG_BUILD_DIR) endif -# The target static library and shared library name +# The target shared library and static library name LIB_BUILD_DIR := $(BUILD_DIR)/lib NAME := $(LIB_BUILD_DIR)/lib$(PROJECT).so STATIC_NAME := $(LIB_BUILD_DIR)/lib$(PROJECT).a -- 2.7.4