PROGS = test_utils SOURCES = test_utils.c DOC = utils.html EXTRACTDOC = utils.h avrconfig.h MODULES = # atmega8, atmega8535, atmega128... MCU_TARGET = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr