PROGS = chenil SOURCES = chenil.c DOC = EXTRACTDOC = MODULES = n/avr/utils # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr