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