Skip to content

Commit

Permalink
fix Makefile comment about library names
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jul 14, 2014
1 parent 3c11522 commit 452d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 452d258

Please sign in to comment.