PROGS = test_proto SOURCES = test_proto.c proto.c DOC = proto.html EXTRACTDOC = avrconfig.h proto.h MODULES = n/avr/rs232 CONFIGFILE = testconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr