PROGS = example example_OBJECTS = example.o DOC = howto-avr.html EXTRACTDOC = MODULES = CONFIGFILE = # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LDLIBS = include Makefile.avr example.elf: $(example_OBJECTS)