Hello. In the samopinny meike there is such a goal:
build: $ (src)
avr-gcc $(CFLAGS) $(SYMBOLS) -c $(SRC) avr-gcc $(LDFLAGS) $(LSET) -o $(TARGET).elf $(OBJS) -lm avr-objcopy -O ihex -R .eeprom -R .nwram $(TARGET).elf $(TARGET).hex<br>
After make build, an incomprehensible build file is created in the project directory. Can anyone explain what it is and why?