remove vendor folder from gitignore
This commit is contained in:
@@ -11,7 +11,7 @@ platformpth = $(subst /,$(PATHSEP),$1)
|
||||
|
||||
# Set global macros
|
||||
buildDir := bin
|
||||
executable := app
|
||||
executable := FactoryBuilder
|
||||
target := $(buildDir)/$(executable)
|
||||
sources := $(call rwildcard,src/,*.cpp)
|
||||
objects := $(patsubst src/%, $(buildDir)/%, $(patsubst %.cpp, %.o, $(sources)))
|
||||
|
||||
Reference in New Issue
Block a user