Fix Makefile
This commit is contained in:
parent
b2a68e764e
commit
7517f1e2bf
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ PREFIX ?= /usr
|
|||||||
LIB_INSTALL_DIR ?= $(PREFIX)/lib/$(TARGET_FILE)
|
LIB_INSTALL_DIR ?= $(PREFIX)/lib/$(TARGET_FILE)
|
||||||
INC_INSTALL_DIR ?= $(PREFIX)/include/lib$(TARGET_FILE)
|
INC_INSTALL_DIR ?= $(PREFIX)/include/lib$(TARGET_FILE)
|
||||||
|
|
||||||
INCLUDES := inc
|
INCLUDES += inc
|
||||||
INCLUDES += $(PREFIX)/include/
|
INCLUDES += $(PREFIX)/include/
|
||||||
|
|
||||||
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
|
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
|
||||||
|
Loading…
Reference in New Issue
Block a user