From af8c5ab9781c3329e14ca826628fb77cde8b05ef Mon Sep 17 00:00:00 2001 From: Random06457 <28494085+Random06457@users.noreply.github.com> Date: Sat, 4 Jun 2022 19:49:40 +0900 Subject: [PATCH] fix Makefile typo --- libultraship/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/Makefile b/libultraship/Makefile index 66d1b7b9a..d5879e026 100644 --- a/libultraship/Makefile +++ b/libultraship/Makefile @@ -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 \