makefile insanity
This commit is contained in:
parent
cd4004dc23
commit
4c9335e73c
@ -15,9 +15,9 @@ SRC_DIR := src
|
|||||||
BIN_DIR := bin
|
BIN_DIR := bin
|
||||||
DBG_DIR := $(BIN_DIR)/debug
|
DBG_DIR := $(BIN_DIR)/debug
|
||||||
RLS_DIR := $(BIN_DIR)/release
|
RLS_DIR := $(BIN_DIR)/release
|
||||||
DBG_EXEC := $(BIN_DIR)/debug/debug
|
DBG_EXEC := $(DBG_DIR)/debug
|
||||||
RLS_EXEC := $(BIN_DIR)/release/release
|
RLS_EXEC := $(RLS_DIR)/release
|
||||||
RLS_STRIPPED_EXEC := $(BIN_DIR)/release_stripped
|
RLS_STRIPPED_EXEC := $(RLS_DIR)/release_stripped
|
||||||
|
|
||||||
# sources and objects
|
# sources and objects
|
||||||
SRCS := $(wildcard $(SRC_DIR)/*.cpp)
|
SRCS := $(wildcard $(SRC_DIR)/*.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user