################################################################################ # Automatically-generated file. Do not edit! # Toolchain: GNU Tools for STM32 (12.3.rel1) ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../Src/task3.c \ ../Src/task3_it.c OBJS += \ ./Src/task3.o \ ./Src/task3_it.o C_DEPS += \ ./Src/task3.d \ ./Src/task3_it.d # Each subdirectory must supply rules for building sources it contributes Src/%.o Src/%.su Src/%.cyclo: ../Src/%.c Src/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DSTM32G431KBTx -DSTM32 -DSTM32G4 -DNUCLEO_G431KB -c -I../Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" clean: clean-Src clean-Src: -$(RM) ./Src/task3.cyclo ./Src/task3.d ./Src/task3.o ./Src/task3.su ./Src/task3_it.cyclo ./Src/task3_it.d ./Src/task3_it.o ./Src/task3_it.su .PHONY: clean-Src