PROGS = chenil chenil_OBJECTS = chenil.o DOC = EXTRACTDOC = MODULES = n/avr/utils CONFIGFILE = # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LDLIBS = include Makefile.avr chenil.elf: $(chenil_OBJECTS)