/
MichaelColonel
/
ICControl_firmware
Обзор
Документация
Войти
/
MichaelColonel
/
ICControl_firmware
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Release/subdir.mk
22 строки
775 B
Mikhail Polkovnikov
Minor changes
09 фев 2025, 17:39
09 фев 2025, 17:39
61c5ef6
Код
Авторство
О чём код?
################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../main.c OBJS += \ ./main.o C_DEPS += \ ./main.d # Each subdirectory must supply rules for building sources it contributes main.o: ../main.c subdir.mk @echo 'Building file: $<' @echo 'Invoking: AVR Compiler' avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega128 -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<" @echo 'Finished building: $<' @echo ' '