Update makefiles

This commit is contained in:
MihailRis 2022-08-29 15:57:56 +03:00 committed by GitHub
parent d60f5c3679
commit dc3bc312a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/graphics/Batch2D.cpp \
../src/graphics/Batch3D.cpp \
../src/graphics/Font.cpp \
../src/graphics/LineBatch.cpp \
../src/graphics/Mesh.cpp \
@ -14,6 +15,7 @@ CPP_SRCS += \
OBJS += \
./src/graphics/Batch2D.o \
./src/graphics/Batch3D.o \
./src/graphics/Font.o \
./src/graphics/LineBatch.o \
./src/graphics/Mesh.o \
@ -23,6 +25,7 @@ OBJS += \
CPP_DEPS += \
./src/graphics/Batch2D.d \
./src/graphics/Batch3D.d \
./src/graphics/Font.d \
./src/graphics/LineBatch.d \
./src/graphics/Mesh.d \