PROGS = example SOURCES = example.c DOC = howto-avr.html EXTRACTDOC = MODULES = CONFIGFILE = # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr