makefile realization
This commit is contained in:
@@ -17,7 +17,7 @@ DBG_DIR := $(BIN_DIR)/debug
|
|||||||
RLS_DIR := $(BIN_DIR)/release
|
RLS_DIR := $(BIN_DIR)/release
|
||||||
DBG_EXEC := $(BIN_DIR)/debug/debug
|
DBG_EXEC := $(BIN_DIR)/debug/debug
|
||||||
RLS_EXEC := $(BIN_DIR)/release/release
|
RLS_EXEC := $(BIN_DIR)/release/release
|
||||||
RLS_STRIPPED_EXEC := $(BIN_DIR)/release/release
|
RLS_STRIPPED_EXEC := $(BIN_DIR)/release_stripped
|
||||||
|
|
||||||
# sources and objects
|
# sources and objects
|
||||||
SRCS := $(wildcard $(SRC_DIR)/*.cpp)
|
SRCS := $(wildcard $(SRC_DIR)/*.cpp)
|
||||||
|
|||||||
Reference in New Issue
Block a user