Fix inconsistent EOL
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
JABY_ENGINE_CONFIG_DIR = $(JABY_ENGINE_DIR)config
|
||||
ifdef CUSTOM_CONFIG
|
||||
CCFLAGS += -I$(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG) -imacros $(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG)/jabyengine_custom_config.hpp
|
||||
JABY_ENGINE_CONFIG_DIR = $(JABY_ENGINE_DIR)config
|
||||
ifdef CUSTOM_CONFIG
|
||||
CCFLAGS += -I$(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG) -imacros $(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG)/jabyengine_custom_config.hpp
|
||||
endif
|
@@ -1,2 +1,2 @@
|
||||
#Add the JabyEngine tools to path
|
||||
#Add the JabyEngine tools to path
|
||||
export PATH := $(JABY_ENGINE_DIR)/bin/:$(PATH)
|
@@ -1,3 +1,3 @@
|
||||
rebuild:
|
||||
$(MAKE) clean
|
||||
rebuild:
|
||||
$(MAKE) clean
|
||||
$(MAKE) all
|
@@ -1,2 +1,2 @@
|
||||
#Macro to expand files recursively: parameters $1 - directory, $2 - extension, i.e. cpp
|
||||
#Macro to expand files recursively: parameters $1 - directory, $2 - extension, i.e. cpp
|
||||
rwildcard = $(wildcard $(addprefix $1/*.,$2)) $(foreach d,$(wildcard $1/*),$(call rwildcard,$d,$2))
|
Reference in New Issue
Block a user