mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 17:42:58 -07:00
fix Makefile typo
This commit is contained in:
parent
b5d5930fed
commit
af8c5ab978
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ SRC_DIRS := $(shell find -type d -not -path "*build*")
|
|||
|
||||
CXX_FILES := \
|
||||
$(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/Lib/ImGui -maxdepth 1 -name "*.cpp") \
|
||||
libultraship/Lib/ImGui/backends/imgui_impl_opengl3.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue