Updated makefiles for Linux build

This commit is contained in:
MihailRis
2022-02-28 16:22:31 +03:00
committed by GitHub
parent 4c2fd0fce2
commit 2a158bfb46
9 changed files with 40 additions and 20 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
src/window/%.o: ../src/window/%.cpp
src/window/%.o: ../src/window/%.cpp src/window/subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '