fix Makefile typo
This commit is contained in:
@@ -44,7 +44,7 @@ SRC_DIRS := $(shell find -type d -not -path "*build*")
|
|||||||
|
|
||||||
CXX_FILES := \
|
CXX_FILES := \
|
||||||
$(shell find libultraship/Factories -name "*.cpp") \
|
$(shell find libultraship/Factories -name "*.cpp") \
|
||||||
$(shell find libultraship/Lib/Fast3D -name *.cpp") \
|
$(shell find libultraship/Lib/Fast3D -name "*.cpp") \
|
||||||
$(shell find libultraship -maxdepth 1 -name "*.cpp") \
|
$(shell find libultraship -maxdepth 1 -name "*.cpp") \
|
||||||
$(shell find libultraship/Lib/ImGui -maxdepth 1 -name "*.cpp") \
|
$(shell find libultraship/Lib/ImGui -maxdepth 1 -name "*.cpp") \
|
||||||
libultraship/Lib/ImGui/backends/imgui_impl_opengl3.cpp \
|
libultraship/Lib/ImGui/backends/imgui_impl_opengl3.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user