summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38c180c2..ad3c1bb4 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